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

IPixelFormatSupport.SupportedPixelFormats Property

Returns an array of pixel formats which are supported with this object.

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

Syntax

Visual Basic
ReadOnly Property SupportedPixelFormats As PixelFormat()
C#
                PixelFormat[] SupportedPixelFormats { get; }

Property Value

An array of PixelFormat values which are supported with this object.

See Also

Reference