GdPicture image identifier.
Angle of rotation in degrees.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / RotateAnglePreserveDimensions Method

RotateAnglePreserveDimensions Method (GdPictureImaging)

In This Topic
Rotates clockwise a GdPicture by a specific angle keeping the originals width and height of the picture.
Syntax
'Declaration

 

Public Function RotateAnglePreserveDimensions( _

   ByVal ImageID As Integer, _

   ByVal Angle As Single _

) As GdPictureStatus
public GdPictureStatus RotateAnglePreserveDimensions( 

   int ImageID,

   float Angle

)
public function RotateAnglePreserveDimensions( 

    ImageID: Integer;

    Angle: Single

): GdPictureStatus; 
public function RotateAnglePreserveDimensions( 

   ImageID : int,

   Angle : float

) : GdPictureStatus;
public: GdPictureStatus RotateAnglePreserveDimensions( 

   int ImageID,

   float Angle

) 
public:

GdPictureStatus RotateAnglePreserveDimensions( 

   int ImageID,

   float Angle

) 

Parameters

ImageID
GdPicture image identifier.
Angle
Angle of rotation in degrees.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the Image Documents component to run.

See Also