PipelineElement.Addition Operator

Adds the specified Pipeline and PipelineElement.

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

Syntax

C#
public static Pipeline operator +(
	Pipeline pipeline,
	PipelineElement element
)

Parameters

pipeline

Type: Aurigma.GraphicsMill.Pipeline

The Pipeline to add.
element

Type: Aurigma.GraphicsMill.PipelineElement

The PipelineElement to add.

Return Value

The result of adding pipeline and element.

See Also

Reference