PixelFormat.Implicit Operator

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

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

Syntax

C#
public static implicit operator PixelFormat (
	PixelFormat format
)

Return Value

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

See Also

Reference