[]
        
(Showing Draft Content)

C1.WPF.Word.Pen.-ctor

Pen Constructor

Pen(Color)

Initializes a new instance of a Pen.

Declaration
public Pen(Color color)
Parameters
Type Name Description
Color color

Color of the lines drawn with this pen.

Pen(Color, double)

Initializes a new instance of a Pen.

Declaration
public Pen(Color color, double width)
Parameters
Type Name Description
Color color

Color of the lines drawn with this pen.

double width

Width of the lines drawn with this pen in points.