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