Search
Pen Constructor
See Also
 






 Overload List

Name Description

Pen ()

Initializes a new instance of the Pen class.

Pen (Brush, Double)

Initializes a new instance of the Pen class. Instances of the Pen class created using this constructor are currently not serialised.

Pen (Brush, Double, DashStyle)

Initializes a new instance of the Pen class. Instances of the Pen class created using this constructor are currently not serialized.

Pen (Color)

Initializes a new instance of the Pen class.

Pen (Color, Double)

Initializes a new instance of the Pen class.

Pen (Color, Double, DashStyle)

Initializes a new instance of the Pen class.

 See Also