Accusoft.ScanFixXpress8.Net
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)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public RotateOptions( 
   double rotateAngle,
   Color padColor
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: RotateOptions( 
   double rotateAngle,
   Color padColor
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback