This documentation is for the old version. Go to the latest Graphics Mill docs

IPixelFormatSupport.IsPixelFormatSupported Method

Returns whether the object can handle bitmaps with specified pixel format.

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

Syntax

Visual Basic
Function IsPixelFormatSupported ( _
	format As PixelFormat _
) As Boolean
C#
                bool IsPixelFormatSupported(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

PixelFormat value that specifies a pixel format necessary to be checked.

Return Value

Value that equal to true when specified pixel format is supported, or false otherwise.

See Also

Reference