Search
Pen Constructor
See Also
 





Initialize a new instance of the Pen class.

 Overload List

Name Description

Pen (Brush, Double)

Initializes a new instance of the Pen class with the specified Brush object and the specified width.

Pen (Color)

Initializes a new instance of the Pen class with the specified color.

Pen (Color, Double)

Initializes a new instance of the Pen class with the specified color and width.

Pen (Color, Double, PenUnit)

Initializes a new instance of the Pen class.

 See Also