'Declaration
Public Function Rotate( _ ByVal Rotation As RotateFlipType _ ) As GdPictureStatus
public GdPictureStatus Rotate( RotateFlipType Rotation )
public function Rotate( Rotation: RotateFlipType ): GdPictureStatus;
public function Rotate( Rotation : RotateFlipType ) : GdPictureStatus;
public: GdPictureStatus Rotate( RotateFlipType Rotation )
public: GdPictureStatus Rotate( 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.