LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Insert Method
See Also 
Leadtools.Multimedia Namespace > Processors Class : Insert Method



index
The index at which to insert the Processor item.
item
The Processor object to insert.
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.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Processor _
) 
Visual Basic (Usage)Copy Code
Dim instance As Processors
Dim index As Integer
Dim item As Processor
 
instance.Insert(index, item)
C# 
public void Insert( 
   int index,
   Processor item
)
C++/CLI 
public:
void Insert( 
   int index,
   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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also