ScanFix Xpress v9.0 for .NET - Updated
ShearOptions Constructor(Double,Color)




Accusoft.ScanFixXpressSdk Namespace > ShearOptions Class > ShearOptions Constructor : ShearOptions Constructor(Double,Color)
The amount of shear to apply to the image.
The color used for new pixels that are added to the image.
Instantiates a new ShearOptions object setting the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal shearAngle As Double, _
   ByVal padColor As Color _
)
'Usage
 
Dim shearAngle As Double
Dim padColor As Color
 
Dim instance As New ShearOptions(shearAngle, padColor)
public ShearOptions( 
   double shearAngle,
   Color padColor
)
public: ShearOptions( 
   double shearAngle,
   Color padColor
)
public:
ShearOptions( 
   double shearAngle,
   Color padColor
)

Parameters

shearAngle
The amount of shear to apply to the image.
padColor
The color used for new pixels that are added to the image.
See Also

Reference

ShearOptions Class
ShearOptions Members
Overload List

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