MapBoxIsPointInMapBox Method

Returns true if (x,y) point is inside map box.

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool IsPointInMapBox(
	double x,
	double y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.FloodMap.MapBox.IsPointInMapBox(System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:DHI.Mike1D.FloodMap.MapBox.IsPointInMapBox(System.Double,System.Double)"]

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.MapBox.IsPointInMapBox(System.Double,System.Double)"]

See Also