Pen Constructor (Pen)

Initializes new Pen from the specified existing pen.

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

Syntax

C#
public Pen(
	Pen pen
)

Parameters

pen

Type: Aurigma.GraphicsMill.AdvancedDrawing.Pen

The Pen to be copied.

See Also

Reference