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

Pen Constructor (Pen)

Constructs new Pen class instance. All pen settings are taken from standard System.Drawing.Pen object.

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

Syntax

Visual Basic
Public Sub New ( _
	pen As Pen _
)
C#
public Pen(
	Pen pen
)

Parameters

pen

Type: System.Drawing.Pen

System.Drawing.Pen class instance which is used to take settings from.

See Also

Reference