fg_ellipse()

Win32 DirectX Fastgraph/Light

Prototype

void fg_ellipse (int horiz, int vert);

Sub fg_ellipse (ByVal horiz As Long, ByVal vert As Long)

procedure fg_ellipse (horiz, vert : integer);

Description

The fg_ellipse() function draws an unfilled ellipse in screen space. The ellipse is centered at the current graphics cursor position, and its size is determined by the specified lengths of its semi-axes.

Parameters

horiz is the length of the ellipse's horizontal semi-axis (the absolute screen space distance from the center of the ellipse to its horizontal extremity).

vert is the length of the ellipse's vertical semi-axis (the absolute screen space distance from the center of the ellipse to its vertical extremity).

Return value

none

Restrictions

none

See also

fg_arc(), fg_circle(), fg_ellipsef(), fg_ellipsew()

Examples

Graphics

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.