PixelFormat.Implicit Operator

Converts the specified PixelFormat to integer value.

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

Syntax

C#
public static implicit operator int (
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

The PixelFormat to convert.

Return Value

An integer value that represents the converted PixelFormat.

See Also

Reference