Language:
Русский
English
GetArcCoords (procedure) (Graph unit)
Gets the coordinates of the last Arc command.
Declaration
procedure GetArcCoords(var ArcCoords: _ArcCoordsType_);
Target
Real, Protected
Remarks
GetArcCoords returns a variable of type ArcCoordsType. GetArcCoords returns a variable containing the center point (X, Y), the starting position (Xstart, Ystart), and the ending position (Xend, Yend) of the last Arc or Ellipse command.
These values are useful if you need to connect a line to the end of an ellipse.
Restrictions
Must be in graphics mode.