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

BitmapViewer.Bitmap Property

Gets/sets a bitmap which is displayed at the control.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property Bitmap As Bitmap
C#
[BrowsableAttribute(false)]
public Bitmap Bitmap { get; set; }

Property Value

The bitmap which should be displayed at the control.

Remarks

When you assign another instance of the Bitmap class to this property, it is highly recommended to dispose the copy currently stored in this property. It will make your application much more memory-friendly.

See Also

Reference