'Declaration Public Sub Insert( _
ByVal indexThe zero-based index at which figure should be inserted.As System.Int32, _
ByVal itemThe figure to insert into the group.As GraphicsFigure _
)
public void Insert(
System.Int32 index,
GraphicsFigure item
)
public: void Insert(
System.Int32 index,
GraphicsFigure* item
)
public:
void Insert(
System.Int32 index,
GraphicsFigure^ item
)
Parameters
- index
- The zero-based index at which figure should be inserted.
- item
- The figure to insert into the group.