[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a circular arc to the drawing
Source position: fpvectorial.pas line 358
public procedure TvVectorialPage.AddCircularArc( |
ACenterX: Double; |
ACenterY: Double; |
ARadius: Double; |
AStartAngle: Double; |
AEndAngle: Double; |
AColor: TFPColor |
); |
ACenterX |
|
The X coordinate of the center of the circular arc |
ACenterY |
|
The Y coordinate of the center of the circular arc |
ARadius |
|
The radius of the circular arc in milimiters |
AStartAngle |
|
The start angle of the arc in degrees relative to the positive X axis |
AEndAngle |
|
The end angle of the arc in degrees relative to the positive X axis |
AColor |
|
The color of the arc |
This arc is really circular, not elliptical like TCanvas.Arc