Click or drag to resize

QuantizedMeshTileRange.Contains 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.3.420.0 (24.3.420.0)
Syntax
public bool Contains(
	int x,
	int y
)

Parameters

x
Type: System.Int32
The X coordinate value.
y
Type: System.Int32
The Y coordinate value.

Return Value

Type: Boolean
true if the given X and Y coordinate values are contained by this range; otherwise false.
See Also