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

BitmapData.PixelFormat Property

Returns pixel format of the current bitmap data.

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

Syntax

Visual Basic
Public ReadOnly Property PixelFormat As PixelFormat
C#
public PixelFormat PixelFormat { get; }

Property Value

PixelFormat values specifying the pixel format of the current bitmap data.

See Also

Reference