'Declaration
Public Function RotateView( _ ByVal Rotation As RotateFlipType _ ) As GdPictureStatus
public GdPictureStatus RotateView( RotateFlipType Rotation )
public function RotateView( Rotation: RotateFlipType ): GdPictureStatus;
public function RotateView( Rotation : RotateFlipType ) : GdPictureStatus;
public: GdPictureStatus RotateView( RotateFlipType Rotation )
public: GdPictureStatus RotateView( RotateFlipType Rotation )
Parameters
- Rotation
- A member of the RotateFlipType enumeration. Defines the required rotation and flipping.
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.