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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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