Click or drag to resize

GeoCoordinateRectangleContains Method

This is preliminary documentation and is subject to change.

Determines whether the rectangle contains the given coordinate, or the given coordinate falls on the edge of the rectangle.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public bool Contains(
	GeoCoordinate coordinate
)

Parameters

coordinate  GeoCoordinate

[Missing <param name="coordinate"/> documentation for "M:WikiClientLibrary.GeoCoordinateRectangle.Contains(WikiClientLibrary.GeoCoordinate)"]

Return Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionIsNormalizable is false. This operation cannot be performed when the rectangle is not normalizable.
See Also