Pipeline Constructor (Pipeline)

Initializes a new instance of the Pipeline class using the specified existing pipeline.

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

Syntax

C#
public Pipeline(
	Pipeline pipeline
)

Parameters

pipeline

Type: Aurigma.GraphicsMill.Pipeline

A Pipeline to initialize this pipeline with.

See Also

Reference