QuantizedMeshTileRangeContains Method |
Determines if this tile range contains the given X and Y coordinate values.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Contains(
int x,
int y
)
Public Function Contains (
x As Integer,
y As Integer
) As Boolean
public:
bool Contains(
int x,
int y
)
member Contains :
x : int *
y : int -> bool
Parameters
- x
- Type: SystemInt32
The X coordinate value. - y
- Type: SystemInt32
The Y coordinate value.
Return Value
Type:
Boolean if the given X and Y coordinate values are contained by this range; otherwise
.
See Also