Click or drag to resize

TransformChainCommand Constructor (Color, InterpolationMode)

Creates a new instance of TransformChainCommand specifying the background color and transform mode.

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
)

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.
Remarks
Creates a new instance of the TransformChainCommand specifying backColor and transformMode.
See Also