Shear the image by the given amount.
Visual Basic |
---|
Public Sub Shear( _ ByVal shearAngle As Double, _ Optional ByVal padColor As OLE_COLOR = 16777215 _ ) |
- shearAngle
- The amount of shear to apply to the image.
- padColor
- The color used for new pixels if necessary.
This method removes a given amount of the image by cutting or clipping.