'Declaration
Public Function New( _ ByVal width As System.Single, _ ByVal color As System.Drawing.Color, _ ByVal pattern As LinePattern _ )
'Usage
Dim width As System.Single Dim color As System.Drawing.Color Dim pattern As LinePattern Dim instance As New NStrokeStyle(width, color, pattern)
public NStrokeStyle( System.float width, System.Drawing.Color color, LinePattern pattern )
Parameters
- width
- color
- pattern