ImageGear for .NET
Remove Method (ImGearLayerArray)




Layer to remove from the array.
Removes the specified layer from the array.
Syntax
'Declaration
 
Public Overridable Sub Remove( _
   ByVal value As ImGearLayer _
) 
'Usage
 
Dim instance As ImGearLayerArray
Dim value As ImGearLayer
 
instance.Remove(value)
public virtual void Remove( 
   ImGearLayer value
)
public: virtual void Remove( 
   ImGearLayer* value
) 
public:
virtual void Remove( 
   ImGearLayer^ value
) 

Parameters

value
Layer to remove from the array.
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback