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

PreLoadedFrame.IsIndexed Property

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

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

Syntax

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

Property Value

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

Implements

IFrame.IsIndexed

See Also

Reference