'Declaration
Public Function New( _ ByVal fillStyle As NFillStyle, _ ByVal strokeStyle As NStrokeStyle, _ ByVal infinite As System.Boolean, _ ByVal begin As System.Integer, _ ByVal end As System.Integer, _ ByVal interval As System.Integer, _ ByVal length As System.Integer _ )
'Usage
Dim fillStyle As NFillStyle Dim strokeStyle As NStrokeStyle Dim infinite As System.Boolean Dim begin As System.Integer Dim end As System.Integer Dim interval As System.Integer Dim length As System.Integer Dim instance As New NScaleStripStyle(fillStyle, strokeStyle, infinite, begin, end, interval, length)
public NScaleStripStyle( NFillStyle fillStyle, NStrokeStyle strokeStyle, System.bool infinite, System.int begin, System.int end, System.int interval, System.int length )
Parameters
- fillStyle
- strokeStyle
- infinite
- begin
- end
- interval
- length