'Declaration Public Overloads Sub InsertPoint( _
ByVal newPointA point to insert.As System.Windows.Point, _
ByVal pointIndexAn index of new point.As System.Int32 _
)
public void InsertPoint(
System.Windows.Point newPoint,
System.Int32 pointIndex
)
public: void InsertPoint(
System.Windows.Point newPoint,
System.Int32 pointIndex
)
public:
void InsertPoint(
System.Windows.Point newPoint,
System.Int32 pointIndex
)
Parameters
- newPoint
- A point to insert.
- pointIndex
- An index of new point.