This document is archived and information here might be outdated. Recommended version. |
Adds an element to the array.
[Visual Basic .NET] Public Sub Add ( _ ByRef pElement As RGB32 _ )
[C#] public void Add ( ref RGB32 pElement );
[C++]
HRESULT Add(
RGB32* pElement
);
[C++] Parameters pElement [in]
pElement is a parameter of type RGB32*