Transform Class

Represents a base class of all transforms presented in Graphics Mill.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public abstract class Transform : PipelineElement, IBitmapTransform

Remarks

This abstract class contains partial implementation for all Graphics Mill transforms. It contains partial implementation of the Apply(Bitmap) method which is used to apply the transform.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference