ImageGear .NET
RemoveElements Method




First element to remove.
Number of elements to remove.
Removes one or more elements from a clip object.
Syntax
'Declaration
 
Public Sub RemoveElements( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As ImGearPDEClip
Dim index As Integer
Dim count As Integer
 
instance.RemoveElements(index, count)
public void RemoveElements( 
   int index,
   int count
)
public: void RemoveElements( 
   int index,
   int count
) 
public:
void RemoveElements( 
   int index,
   int count
) 

Parameters

index
First element to remove.
count
Number of elements to remove.
See Also

Reference

ImGearPDEClip Class
ImGearPDEClip Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback