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

Frame.PixelFormat Property

Returns a pixel format of the bitmap stored in this frame.

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

Syntax

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

Property Value

PixelFormat value that specifies a pixel format of the bitmap stored in this frame.

Implements

IFrame.PixelFormat

See Also

Reference