C#
VB
C++
Inserts a Processor item into the collection at the given index.
Public Sub Insert( _
ByVal index As Integer, _
ByVal item As Leadtools.Mediafoundation.Processor _
)
public:
void Insert(
int index,
Leadtools.Mediafoundation.Processor^ item
)
index
The index at which to insert the Processor item.
item
The Processor object to insert.
Inserts a Processor item into the collection at the given index.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET