GraphicsDrawEventArgs.Graphics Property

Gets the Aurigma.GraphicsMill.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 Aurigma.GraphicsMill.Drawing.Graphics providing the GDI drawing surface.

See Also

Reference