'Declaration Public Function New( _ ByVal points As List(Of IPoint), _ ByVal segmentPoints As List(Of List(Of IPoint)), _ ByVal strokeWidth As Nullable(Of Double) _ )
public _StepLineShape( List<IPoint> points, List<List<IPoint>> segmentPoints, Nullable<double> strokeWidth )
Parameters
- points
- segmentPoints
- strokeWidth