Pen Constructor (Color)

Initializes new Pen with the given color.

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

Syntax

C#
public Pen(
	Color color
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

Color of this Pen.

Remarks

The default width of this pen is 1.

See Also

Reference