Method ContainsPoint
ContainsPoint(Vector2)
Determines whether the specified local point contains point.
Declaration
public override bool ContainsPoint(Vector2 localPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | localPoint | The local point. |
Returns
| Type | Description |
|---|---|
| bool |
|