Removes layer with the specified index from the array.
Syntax
public virtual void RemoveAt(
int
)
public: virtual void RemoveAt(
int
)
public:
virtual void RemoveAt(
int
)
'Declaration
Public Overridable Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As ImGearLayerArray
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- Layer index to remove from the array.
See Also