Click or drag to resize

MappingBoxIsPointInMapBox Method

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

Namespace:  DHI.Mike1D.Engine.FloodMaps
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public bool IsPointInMapBox(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble

Return Value

Type: Boolean
See Also