Pen Constructor(Brush,Double)
Initializes a new instance of the
Pen class with the specified brush and width.
'Declaration
Public Function New( _
ByVal As Brush, _
ByVal As Double _
)
'Usage
Dim brush As Brush
Dim width As Double
Dim instance As New Pen(brush, width)
Parameters
- brush
- A Brush that determines the characteristics of this Pen.
- width
- The width of the new Pen.