LatLngBounds Intersects Method 高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
判断该矩形和传入的矩形是否相交。

Namespace: Com.AMap.Api.Maps.Model
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax

public bool Intersects(
	LatLngBounds lnglatsBounds
)

Return Value

Type: 联机Boolean
返回该矩形和另一个矩形是否相交。
See Also