Deprecated - Use 'Rotate(Accusoft.ScanFixXpressSdk.RotateOptions options)' constructor instead. Rotates the image by a given angle.
Syntax
'Declaration
Public Overloads Sub Rotate( _
ByVal As Double, _
ByVal As Color _
)
'Usage
Dim instance As ScanFix
Dim rotationAngle As Double
Dim padColor As Color
instance.Rotate(rotationAngle, padColor)
public void Rotate(
double ,
Color
)
public: void Rotate(
double ,
Color
)
public:
void Rotate(
double ,
Color
)
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
See Also