Method Remove
Remove(BezierKnot)
Removes the first matching knot.
Declaration
public bool Remove(BezierKnot item)
Parameters
Type | Name | Description |
---|---|---|
BezierKnot | item | The BezierKnot to locate and remove. |
Returns
Type | Description |
---|---|
bool | Returns true if a matching item was found and removed, false if no match was discovered. |