'Declaration Public Function New( _ ByVal color As Color, _ ByVal width As Single _ )
'Declaration
Public Function New( _ ByVal color As Color, _ ByVal width As Single _ )
'Usage Dim color As Color Dim width As Single Dim instance As New SolidLine(color, width)
'Usage
Dim color As Color Dim width As Single Dim instance As New SolidLine(color, width)
public SolidLine( Color color, float width )
SolidLine Class SolidLine Members Overload List