This document is archived and information here might be outdated. Recommended version. |
Add a color element at the specified posiiton.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pColor As IColor _ )
[C#] public void Insert ( int index, IColor pColor );
[C++]
HRESULT Insert(
long index,
IColor* pColor
);
[C++] Parameters index [in]
index is a parameter of type long pColor [in]
pColor is a parameter of type IColor*