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

BitmapData.Bitmap Property

Returns Bitmap associated with this BitmapData.

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

Syntax

Visual Basic
Public ReadOnly Property Bitmap As Bitmap
C#
public Bitmap Bitmap { get; }

Property Value

Bitmap class instance associated with this BitmapData.

See Also

Reference