ImageTransmitter Class

Represents a pipeline element that creates a non-transformation transform.

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

Syntax

C#
public sealed class ImageTransmitter : PipelineElement

Remarks

This transform does nothing with image. It can be used to pass data to other transforms.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.PipelineElement
L Aurigma.GraphicsMill.Transforms.ImageTransmitter

See Also

Reference