'Declaration
Public Function New( _ ByVal color As SchemeColor, _ ByVal width As Double _ )
'Usage
Dim color As SchemeColor Dim width As Double Dim instance As New Pen(color, width)
public Pen( SchemeColor color, double width )
Parameters
- color
- A GrapeCity.Core.SchemeColor that determines the characteristics of this Pen.
- width
- The width of the new Pen.