IdxRichEditShape.GetRotationAngle Method
In This Article
Returns the floating shape’s rotation angle in degrees.
#Declaration
Delphi
function GetRotationAngle: Single;
#Returns
Type |
---|
Single |
#Remarks
The positive or negative value indicates that the floating picture or text box is rotated clockwise or counterclockwise, respectively.
The GetRotationAngle function is the RotationAngle property’s getter.
See Also