CodecAdapter.Implicit Operator

Converts the specified file name to a CodecAdapter.

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

Syntax

C#
public static implicit operator CodecAdapter (
	string fileName
)

Parameters

fileName

Type: System.String

The file name to CodecAdapter.

Return Value

A CodecAdapter that represents the converted file name.

See Also

Reference