Previous: DrawPoly procedure To the Table of Content Next: ExpandFill procedure

- 4.37.2.16 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

Ellipse procedure

Targets: MS-DOS, Win32


Graph Unit

Draws a portion of an ellipse.

Declaration:
procedure Ellipse(X, Y: Longint; StAngle, EndAngle,
                   XRadius, YRadius: DWORD);
Remarks:
Draws an arc from StAngle (start angle) to EndAngle, with radii Xradius and YRadius, and (X,Y) as the center point.


Previous: DrawPoly procedure To the Table of Content Next: ExpandFill procedure
DrawPoly procedure Table of Content ExpandFill procedure

- 4.37.2.16 -