LatLngBounds Contains Method (LatLngBounds)高德地图 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 Contains(
	LatLngBounds curBounds
)

Return Value

Type: 联机Boolean
返回矩形区域是否包含传入的矩形区域。
See Also