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