Language:
Русский
English
Ellipse (procedure) (Graph Unit)
Draws an elliptical arc.
Declaration
procedure Ellipse(X, Y: Integer; StAngle, EndAngle: Word; XRadius, YRadius
Word);
Target
Real, Protected
Remarks
Draws the arc from StAngle (start angle) to EndAngle, with radii XRadius and YRadius, sing (X,Y) as the center point.
Restrictions
Must be in graphics mode.