'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.