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

ClickDragCreateDesigner.Draw Method

Draws a designer.

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

Syntax

Visual Basic
Public Overridable Sub Draw ( _
	g As Graphics _
)
C#
public virtual void Draw(
	Graphics g
)

Parameters

g

Type: System.Drawing.Graphics

Target System.Drawing.Graphics object on which the designer should be drawn.

See Also

Reference