'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.