RotateFRect procedure
Rotates the 3D rectangle by a specified amount.
Unit
procedure RotateFRect(var R: TFRect; Angle: Extended);
Description
Call RotateFRect to rotate the 3D rectangle specified by R. All corner of the rectangle rotates on Angle angle.
Note: Angle parameter must be in degrees.
Go to CAD VCL Enterprise