[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a new ellipse element
Source position: fpvectorial.pas line 359
public procedure TvVectorialPage.AddEllipse( |
CenterX: Double; |
CenterY: Double; |
MajorHalfAxis: Double; |
MinorHalfAxis: Double; |
Angle: Double |
); |
CenterX |
|
The X coordinate of the center of the ellipse |
CenterY |
|
The Y coordinate of the center of the ellipse |
MajorHalfAxis |
|
The length of the major half axis of the ellipse |
MinorHalfAxis |
|
The length of the minor half axis of the ellipse |
Angle |
|
The rotation angle of the ellipse in degrees in relation to the positive X axis |
Adds a new ellipse element