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