Pen Constructor

Overload List

Pen Initializes a new instance of the Pen class with a black color and a width of 1.
Pen(Brush, Single) Initializes a new instance of the Pen class with the specified brush and width.
Pen(Color32, Single) Initializes a new instance of the Pen class with the specified color and width.

See Also