IdxRichEditShape.SetRotationAngle(Single) Method
In This Article
#Declaration
Delphi
procedure SetRotationAngle(const Value: Single);
#Parameters
Name | Type |
---|---|
Value | Single |
#Remarks
Pass a positive or negative value as the Value parameter to rotate the floating shape clockwise or counterclockwise, respectively.
The SetRotationAngle is the RotationAngle property’s setter.
See Also