[]
Rotates the annotation content by the specified angle. Positive values indicate counterclockwise rotation.
Note that the annotation must be added to a document before calling this method.
public void RotateContent(float angleDegrees)
Public Sub RotateContent(angleDegrees As Single)
Type | Name | Description |
---|---|---|
float | angleDegrees | The rotation angle in degrees. |