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

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