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

PreLoadedFrame.IsExtended Property

Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel.

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

Syntax

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

Property Value

A Boolean value specifying whether the bitmap stored in the frame has 16 bits per channel (i.e. extended pixel format).

Implements

IFrame.IsExtended

See Also

Reference