Pipeline.Run Method (PipelineElement)

Runs a pipeline with the specified root element.

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

Syntax

C#
public static void Run(
	PipelineElement pipelineRoot
)

Parameters

pipelineRoot

Type: Aurigma.GraphicsMill.PipelineElement

A root PipelineElement to run the pipeline from.

See Also

Reference