ImageGear v26.0 - Updated
Add Method (ImGearLayerArray)




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayerArray Class : Add Method
New layer to add.
Adds a new layer to the array.
Syntax
'Declaration
 
Public Overridable Function Add( _
   ByVal layer As ImGearLayer _
) As Integer
'Usage
 
Dim instance As ImGearLayerArray
Dim layer As ImGearLayer
Dim value As Integer
 
value = instance.Add(layer)
public virtual int Add( 
   ImGearLayer layer
)
public: virtual int Add( 
   ImGearLayer* layer
) 
public:
virtual int Add( 
   ImGearLayer^ layer
) 

Parameters

layer
New layer to add.

Return Value

Integer value of added layer index in the array..
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members
ImGearLayer Class

Is this page helpful?
Yes No
Thanks for your feedback.