ImageItem.Image Property

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

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

Syntax

C#
public Image Image { get; set; }

Property Value

The Image having the image and its properties. This is the base type implemented by both Bitmap and CompressedImage.

See Also

Reference