Accusoft.ImagXpress13.Net
Rotate Method




A double value that represents the angle by which the image will be rotated. Valid values are -360 to 360 degrees.
Rotates the current image.
Syntax
'Declaration
 
Public Sub Rotate( _
   ByVal rotationAngle As Double _
) 
'Usage
 
Dim instance As Processor
Dim rotationAngle As Double
 
instance.Rotate(rotationAngle)
public void Rotate( 
   double rotationAngle
)
public: void Rotate( 
   double rotationAngle
) 
public:
void Rotate( 
   double rotationAngle
) 

Parameters

rotationAngle
A double value that represents the angle by which the image will be rotated. Valid values are -360 to 360 degrees.
Remarks

Note: Rotation is counter-clockwise.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback