Click or drag to resize

SkewCommand Constructor (SkewDirection, Int32, Color, Boolean)

Creates a new instance of SkewCommand specifying direction, offset, backColor, and fastSkew.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SkewCommand(
	SkewDirection direction,
	int offset,
	Color backColor,
	bool fastSkew
)

Parameters

direction
Type: Atalasoft.Imaging.ImageProcessing.TransformsSkewDirection
Determines whether the skew is horizontal or vertical.
offset
Type: SystemInt32
The number of pixels to skew.
backColor
Type: System.DrawingColor
A color to used in newly exposed areas.
fastSkew
Type: SystemBoolean
Provides a faster but less accurate skew.
See Also