Frame.IsPixelFormatSupported Method

Verifies whether the specified pixel format is supported by this Frame.

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

Syntax

C#
public override bool IsPixelFormatSupported(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill.PixelFormat

A PixelFormat value to verify.

Return Value

true if the specified pixel format is supported; otherwise, false.

See Also

Reference