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

PreLoadedFrame.IsRgb Property

Gets a value specifying whether the bitmap stored in the frame is RGB.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property IsRgb As Boolean
C#
public override bool IsRgb { get; }

Property Value

A Boolean value specifying whether the bitmap stored in the frame is RGB.

Implements

IFrame.IsRgb

See Also

Reference