←Select platform

Insert Method

Summary

Inserts a Processor item into the collection at the given index.

Syntax

C#
VB
C++
public void Insert( 
   int index, 
   Processor item 
) 
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As Leadtools.Multimedia.Processor _ 
)  
public: 
void Insert(  
   int index, 
   Leadtools.Multimedia.Processor^ item 
)  

Parameters

index
The index at which to insert the Processor item.

item
The Processor object to insert.

Remarks

Inserts a Processor item into the collection at the given index.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly