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

Frame.BitsPerPixel Property

Gets a number of bits per pixel in the bitmap stored in the frame.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property BitsPerPixel As Integer
C#
public virtual int BitsPerPixel { get; }

Property Value

An integer value which stores a number of bits per pixel of the frame.

Implements

IFrame.BitsPerPixel

See Also

Reference