Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	int x,
	int y
)

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