Constructor SolidPenDescription
SolidPenDescription(Color, int)
Initializes a new instance of the SolidPenDescription
class with specified settings.
public SolidPenDescription(Color color, int width)
Parameters
color
ColorThe color of this pen object.
width
intThe 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)