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