Click or drag to resize

TransformChainCommand Constructor (Color)

Creates a new instance of TransformChainCommand specifying the background color of the resulting image.

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
)

Parameters

backColor
Type: System.DrawingColor
The background color to used for newly uncovered areas of the image.
Remarks
Creates a new instance of TransformChainCommand specifying the backColor.
See Also