PixelFormat.Implicit Operator

Converts the specified System.Drawing.Imaging.PixelFormat to a Aurigma.GraphicsMill.PixelFormat.

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

Syntax

C#
public static implicit operator PixelFormat (
	PixelFormat format
)

Parameters

format

Type: System.Drawing.Imaging.PixelFormat

The System.Drawing.Imaging.PixelFormat to convert.

Return Value

A Aurigma.GraphicsMill.PixelFormat that represents the converted System.Drawing.Imaging.PixelFormat.

See Also

Reference