This document is archived and information here might be outdated. Recommended version. |
Adds a point at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal p As IPoint _ )
[C#] public void Insert ( int Index, IPoint p );
[C++]
HRESULT Insert(
long Index,
IPoint* p
);
[C++] Parameters Index [in]
Index is a parameter of type long p [in]
p is a parameter of type IPoint*