ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / Insert Method
Position in the current array to insert layer to.
Layer to insert.




In This Topic
Insert Method (ImGearLayerArray)
In This Topic
Insets the specified layer at the spefied position in the array.
Syntax
'Declaration
 
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal layer As ImGearLayer _
) 
 
'Usage
 
Dim instance As ImGearLayerArray
Dim index As Integer
Dim layer As ImGearLayer
 
instance.Insert(index, layer)

Parameters

index
Position in the current array to insert layer to.
layer
Layer to insert.
See Also