fg_ellipsfw()Win32 DirectX Fastgraph/Light Prototype void fg_ellipsfw (double horiz, double vert); Sub fg_ellipsfw (ByVal horiz As Double, ByVal vert As Double) procedure fg_ellipsfw (horiz, vert : real); Description The fg_ellipsfw() function draws a filled ellipse in 2D world 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 defines the horizontal semi-axis of the ellipse (the absolute world space distance from the center of the ellipse to its horizontal extremity). vert defines the vertical semi-axis of the ellipse (the absolute world space distance from the center of the ellipse to its vertical extremity). Return value none Restrictions none See also
|
 
copyright 2001 Ted Gruber Software, Inc.