ScanFix Xpress v9.0 for .NET - Updated
Rotate(Double,Color) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Rotate Method : Rotate(Double,Color) Method
The angle to rotate the image (measured in degrees).
The color to use to pad the image. If rotationAngle is a multiple of 90 degrees, no padding will be needed.
Deprecated - Use 'Rotate(Accusoft.ScanFixXpressSdk.RotateOptions options)' constructor instead. Rotates the image by a given angle.
Syntax
'Declaration
 
Public Overloads Sub Rotate( _
   ByVal rotationAngle As Double, _
   ByVal padColor As Color _
) 
'Usage
 
Dim instance As ScanFix
Dim rotationAngle As Double
Dim padColor As Color
 
instance.Rotate(rotationAngle, padColor)
public void Rotate( 
   double rotationAngle,
   Color padColor
)
public: void Rotate( 
   double rotationAngle,
   Color padColor
) 
public:
void Rotate( 
   double rotationAngle,
   Color padColor
) 

Parameters

rotationAngle
The angle to rotate the image (measured in degrees).
padColor
The color to use to pad the image. If rotationAngle is a multiple of 90 degrees, no padding will be needed.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.