GdiPlusGraphicsDrawEventArgs.Graphics Property

Gets the System.Drawing.Graphics to draw on an image.

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

Syntax

C#
public Graphics Graphics { get; }

Property Value

The System.Drawing.Graphics providing the GDI+ drawing surface.

See Also

Reference