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

PreLoadedFrame.HasAlpha Property

Gets a value specifying whether the bitmap stored in the frame has alpha channel.

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

Syntax

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

Property Value

A Boolean value specifying whether the bitmap stored in the frame has alpha channel.

Implements

IFrame.HasAlpha

See Also

Reference