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

EllipseVObjectCreateDesigner.Draw Method

Draws a designer.

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

Syntax

Visual Basic
Public Overrides Sub Draw ( _
	g As Graphics _
)
C#
public override 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