ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Shear Method |
'Declaration Public Shared Sub Shear( _ ByVal page As ImGearRasterPage, _ ByVal curvePoints() As Double, _ ByVal fillStyle As ImGearShearFillStyle, _ ByVal interpolate As Boolean, _ ByVal vertical As Boolean, _ ByVal color As ImGearPixel _ )
'Usage Dim page As ImGearRasterPage Dim curvePoints() As Double Dim fillStyle As ImGearShearFillStyle Dim interpolate As Boolean Dim vertical As Boolean Dim color As ImGearPixel ImGearEffects.Shear(page, curvePoints, fillStyle, interpolate, vertical, color)
public static void Shear( ImGearRasterPage page, double[] curvePoints, ImGearShearFillStyle fillStyle, bool interpolate, bool vertical, ImGearPixel color )
public: static void Shear( ImGearRasterPage* page, double[]* curvePoints, ImGearShearFillStyle fillStyle, bool interpolate, bool vertical, ImGearPixel* color )
public: static void Shear( ImGearRasterPage^ page, array<double>^ curvePoints, ImGearShearFillStyle fillStyle, bool interpolate, bool vertical, ImGearPixel^ color )