ScanFix Xpress v9.0 for .NET - Updated
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
 
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)
public RotateOptions( 
   double rotateAngle,
   Color padColor
)
public: RotateOptions( 
   double rotateAngle,
   Color padColor
)
public:
RotateOptions( 
   double rotateAngle,
   Color 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

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