Pipeline Constructor (PipelineElement)

Initializes a new instance of the Pipeline class using the specified root element.

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

Syntax

C#
public Pipeline(
	PipelineElement pipelineRoot
)

Parameters

pipelineRoot

Type: Aurigma.GraphicsMill.PipelineElement

A root PipelineElement to initialize this pipeline with.

See Also

Reference