ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / Clear Method




In This Topic
Clear Method (ImGearLayerArray)
In This Topic
Removes all of the layers from the array.
Syntax
'Declaration
 
Public Overridable Sub Clear() 
 
'Usage
 
Dim instance As ImGearLayerArray
 
instance.Clear()
See Also