'Declaration
Public Function RotateAnnotations( _ ByVal Angle As Integer _ ) As GdPictureStatus
public GdPictureStatus RotateAnnotations( int Angle )
public function RotateAnnotations( Angle: Integer ): GdPictureStatus;
public function RotateAnnotations( Angle : int ) : GdPictureStatus;
public: GdPictureStatus RotateAnnotations( int Angle )
public: GdPictureStatus RotateAnnotations( int Angle )
Parameters
- Angle
- The rotation angle, in degrees, determining the clockwise rotation. This parameter can only be set to 90, 180, 270; otherwise the method will fail.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.