Initializes a new instance of the Pen class.
Initializes a new instance of the Pen class with the specified coor.
[Visual Basic] Overloads Public Sub New(Color)
[C#] public Pen(Color);
[C++] public: Pen(Color);
[JScript] public function Pen(Color);
Initializes a new instance of the Pen class with the specified Color and Width.
[Visual Basic] Overloads Public Sub New(Color, Single)
[C#] public Pen(Color, float);
[C++] public: Pen(Color, float);
[JScript] public function Pen(Color, float);
Initializes a new instance of the Pen class with the specified Brush.
[Visual Basic] Overloads Public Sub New(Brush)
[C#] public Pen(Brush);
[C++] public: Pen(Brush*);
[JScript] public function Pen(Brush);
[To be supplied.]
[Visual Basic] Overloads Public Sub New(Brush, Single)
[C#] public Pen(Brush, float);
[C++] public: Pen(Brush*, float);
[JScript] public function Pen(Brush, float);