TcVnRotatedRectangle

Contains center, size and angle of a rotated rectangle.

Syntax

Definition:

TYPE TcVnRotatedRectangle :
STRUCT
    aCenter : TcVnPoint2_REAL;
    stSize  : TcVnSize2_REAL;
    fAngle  : REAL;
END_STRUCT
END_TYPE

Parameters

Name

Type

Description

aCenter

TcVnPoint2_REAL

Center point

stSize

TcVnSize2_REAL

Size composed of fWidth and fHeight

fAngle

REAL

Angle in degree