Pipeline.Implicit Operator

Converts the root PipelineElement to a Pipeline.

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

Syntax

C#
public static implicit operator Pipeline (
	PipelineElement pipelineRoot
)

Parameters

pipelineRoot

Type: Aurigma.GraphicsMill.PipelineElement

The root PipelineElement to convert.

Return Value

A Pipeline that represents the root PipelineElement.

See Also

Reference