Removes the specified Element from the collection.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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.SDK.ImageDraw..::.Element
The Element to remove from the collection.