Rect.Contains
Rect.Contains method
Return true if the given point is inside the rectangle.
public bool Contains(int x, int y)
| Parameter | Type | Description |
|---|---|---|
| x | Int32 | |
| y | Int32 |
See Also
- struct Rect
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Return true if the given point is inside the rectangle.
public bool Contains(int x, int y)
| Parameter | Type | Description |
|---|---|---|
| x | Int32 | |
| y | Int32 |