Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
RotateOptions Constructor(Double,Color)




Accusoft.ScanFixXpressSdk Namespace > RotateOptions Class > RotateOptions Constructor : RotateOptions Constructor(Double,Color)
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.
Instantiates a new RotateOptions object setting the specified values.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal rotateAngle As Double, _
   ByVal padColor As Color _
)
 
'Usage
 
Dim rotateAngle As Double
Dim padColor As Color
 
Dim instance As New RotateOptions(rotateAngle, padColor)

Parameters

rotateAngle
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.
See Also

Reference

RotateOptions Class
RotateOptions Members
Overload List