PipelineElement.Implicit Operator

Converts the specified file name to a corresponded image reader or writer.

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

Syntax

C#
public static implicit operator PipelineElement (
	string fileName
)

Parameters

fileName

Type: System.String

A file name to convert.

Return Value

A PipelineElement representing an image reader or writer suitable for a given file name.

See Also

Reference