'Declaration Public Function New( _ ByVal center As IPoint, _ ByVal radius As Double, _ ByVal angles As List(Of Double), _ ByVal strokeWidth As Double _ )
public _PolygonalLineShape( IPoint center, double radius, List<double> angles, double strokeWidth )
Parameters
- center
- radius
- angles
- strokeWidth