Instantiates a new ShearOptions object setting the specified values.
Syntax
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Color _
)
'Usage
Dim shearAngle As Double
Dim padColor As Color
Dim instance As New ShearOptions(shearAngle, 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