ImageGear .NET v24.12 - Updated
Insert Method (ImGearLayerArray)




ImageGear24.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayerArray Class : Insert Method
Position in the current array to insert layer to.
Layer to insert.
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)
public virtual void Insert( 
   int index,
   ImGearLayer layer
)
public: virtual void Insert( 
   int index,
   ImGearLayer* layer
) 
public:
virtual void Insert( 
   int index,
   ImGearLayer^ layer
) 

Parameters

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

Reference

ImGearLayerArray Class
ImGearLayerArray Members
ImGearLayer Class