Constructor SolidPenDescription
SolidPenDescription(Color, int)
Initializes a new instance of the SolidPenDescription class with specified settings.
public SolidPenDescription(Color color, int width)
Parameters
colorColorThe color of this pen object.
widthintThe width of this pen object, in units of the System.Drawing.Graphics object used for drawing.
SolidPenDescription(Color, int)
public SolidPenDescription(Color color, int width)