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