Method Contains
Contains(int)
Determines whether or not the given frame is contained in the interval.
Declaration
public bool Contains(int frame)
Parameters
Type | Name | Description |
---|---|---|
int | frame | An index to check the interval for. |
Returns
Type | Description |
---|---|
bool | True if the given index is contained in the interval; false otherwise. |