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 |
Center point | |
stSize |
Size composed of fWidth and fHeight | |
fAngle |
REAL |
Angle in degree |