Pen Constructor (Color, Single)

Initializes new Pen with the given color and width.

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

Syntax

C#
public Pen(
	Color color,
	float width
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

Color of this pen.
width

Type: System.Single

Width of this pen.

See Also

Reference