Method Contains
Contains(BezierKnot)
Return true if a knot is present in the spline.
Declaration
public bool Contains(BezierKnot item)
Parameters
Type | Name | Description |
---|---|---|
BezierKnot | item | The BezierKnot to locate. |
Returns
Type | Description |
---|---|
bool | Returns true if the knot is found, false if it is not present. |