fg_ellipsef()

Win32 DirectX Fastgraph/Light

Prototype

void fg_ellipsef (int horiz, int vert);

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

procedure fg_ellipsef (horiz, vert : integer);

Description

The fg_ellipsef() function draws a filled 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. The ellipse is filled with pixels of the current color.

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_circlef(), fg_ellipse(), fg_ellipsfw()

Examples

Rainbow

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.