Removes the specified Action 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( Action action ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ action As Action _ ) |
Visual C++ |
---|
public: void Remove( Action^ action ) |
Parameters
- action
- Type: Neodynamic.SDK.ImageDraw..::.Action
The Action to remove from the collection.