D2DPen Constructor(Brush,double)
Summary
Initializes a new D2DPen having the specified brush and thickness.
Syntax
Public Function New( _
ByVal brush As Brush, _
ByVal thickness As Double _
)
Parameters
brush
The Brush used for rendering.
thickness
A System.Double value that represents the thickness.