Initializes a new instance of the Pen class with the specified Color and Width.
[Visual Basic] Overloads Public Sub New( _ ByVal color As Color, _ ByVal width As Single _ ) [C#] public Pen( Color color, float width ); [C++] public: Pen( Color color, float width ); [JScript] public function Pen( color : Color, width : float );
This constructor creates a Pen and initializes data members as follows: Color set to, and Width set to.
Pen Class | Pen Members | System.Drawing Namespace | Pen Constructor Overload List