Record TArcDef
Unit
Declaration
type TArcDef = record
Description
Definition of an arc of an ellipse
Overview
Fields
center: TPointF; |
|
radius: TPointF; |
|
xAngleRadCW: single; |
|
startAngleRadCW: single; |
|
endAngleRadCW: single; |
|
anticlockwise: boolean
|
Description
Fields
center: TPointF; |
|
|
radius: TPointF; |
|
Horizontal and vertical of the ellipse before rotation |
xAngleRadCW: single; |
|
Rotation of the ellipse |
startAngleRadCW: single; |
|
Start and end angle, in radian and clockwise. See angle convention in BGRAPath |
endAngleRadCW: single; |
|
Start and end angle, in radian and clockwise. See angle convention in BGRAPath |
anticlockwise: boolean
|
|
Specifies if the arc goes |