D2DPen Constructor(Brush,double)
Summary
Initializes a new
D2DPen having the specified brush and thickness.
Syntax
vb[VB 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.