Removes the specified Element from the collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public void Remove( Element element ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ element As Element _ ) |
Visual C++ |
---|
public: void Remove( Element^ element ) |
Parameters
- element
- Type: Neodynamic.WebControls.ImageDraw..::.Element
The Element to remove from the collection.