'Declaration Public Sub AddNewPath( _
ByVal pathPointsThe path points.() As System.Drawing.PointF _
)
public void AddNewPath(
System.Drawing.PointF[] pathPoints
)
public: void AddNewPath(
System.Drawing.PointF[]* pathPoints
)
public:
void AddNewPath(
array<System.Drawing.PointF>^ pathPoints
)
Parameters
- pathPoints
- The path points.