Click or drag to resize

TransformChainCommandAdd Method

Adds a transform to the collection.

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 void Add(
	Transform transform
)

Parameters

transform
Type: Atalasoft.Imaging.ImageProcessing.TransformsTransform
The transform to add.
Exceptions
ExceptionCondition
Thrown if the transform is null (Nothing in VB).
See Also