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