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

ImageVObjectCreateDesigner.Bitmap Property

Gets/sets a bitmap that will be displayed.

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

Syntax

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

Property Value

A Bitmap instance to be displayed.

See Also

Reference