ImageItem.Bitmap Property

Gets or sets a raster image and such details as Width, Height, PixelFormat, etc.

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

Syntax

C#
public Bitmap Bitmap { get; set; }

Property Value

The Bitmap having the raster image and its properties.

See Also

Reference