Click or drag to resize

TransformChainCommand Constructor (Color, InterpolationMode, Transform)

Creates a new instance of TransformChainCommand specifying the background color, transform mode and a collection of transforms to apply.

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 TransformChainCommand(
	Color backColor,
	InterpolationMode transformMode,
	params Transform[] transforms
)

Parameters

backColor
Type: System.DrawingColor
The background color to used for newly uncovered areas of the image.
transformMode
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
The interpolation mode to use for this transform.
transforms
Type: Atalasoft.Imaging.ImageProcessing.TransformsTransform
The transforms to add to this command.
Remarks
Creates a new instance of the TransformChainCommand specifying backColor, transformMode and transforms.
See Also