ImageGear .NET v25.1 - Updated
RemoveAt Method (ImGearLayerArray)




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayerArray Class : RemoveAt Method
Layer index to remove from the array.
Removes layer with the specified index from the array.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearLayerArray
Dim index As Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   int index
)
public: virtual void RemoveAt( 
   int index
) 
public:
virtual void RemoveAt( 
   int index
) 

Parameters

index
Layer index to remove from the array.
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members
ImGearLayer Class