Record TArcDef

Hierarchy
Methods
Properties

Unit

Declaration

type TArcDef = record

Description

Definition of an arc of an ellipse

Overview

Fields

Public center: TPointF;
Public radius: TPointF;
Public xAngleRadCW: single;
Public startAngleRadCW: single;
Public endAngleRadCW: single;
Public anticlockwise: boolean

Description

Fields

Public center: TPointF;

Center of the ellipse

Public radius: TPointF;

Horizontal and vertical of the ellipse before rotation

Public xAngleRadCW: single;

Rotation of the ellipse

Public startAngleRadCW: single;

Start and end angle, in radian and clockwise. See angle convention in BGRAPath

Public endAngleRadCW: single;

Start and end angle, in radian and clockwise. See angle convention in BGRAPath

Public anticlockwise: boolean

Specifies if the arc goes anticlockwise