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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback