Method Contains
Contains<T>(T)
Checks if the selection contains a knot or a tangent.c'est
Declaration
public static bool Contains<T>(T element) where T : ISelectableElement
Parameters
Type | Name | Description |
---|---|---|
T | element | The element to verify. |
Returns
Type | Description |
---|---|
bool | Returns true if the element is contained in the current selection, false otherwise. |
Type Parameters
Name | Description |
---|---|
T |