Pen Constructor

Overload List
  Name Description
Public method Pen
Initializes a new instance of the Pen class with zero width and a transparent color.
Public method Pen(Color)
Initializes a new instance of the Pen class with the specified color.
Public method Pen(Color, Double)
Initializes a new instance of the Pen class with the specified Color and Width properties.
Top
See Also