Click or drag to resize

GeoCoordinateRectangle Constructor

This is preliminary documentation and is subject to change.

Initializes a new GeoCoordinateRectangle with the specified left, top, width, height on sphere.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public GeoCoordinateRectangle(
	double left,
	double top,
	double width,
	double height
)

Parameters

left  Double
left-border longitude of the rectangle.
top  Double
top-border latitude of the rectangle.
width  Double
width in longitude of the rectangle.
height  Double
height in latitude of the rectangle.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionEither width or height is negative.
See Also