Transform2DShear Method (Image, Double, Double, Interpolation)

CVB.Net Documentation
Shear the input image.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Image Shear(
	Image image,
	double shearX,
	double shearY,
	Interpolation interpolation
)

Parameters

image
Type: Stemmer.CvbImage
Image to shear.
shearX
Type: SystemDouble
Shear factor in x-direction.
shearY
Type: SystemDouble
Shear factor in y-direction.
interpolation
Type: Stemmer.Cvb.FoundationInterpolation
Interpolation to use.

Return Value

Type: Image
The sheared image.
See Also

Reference