| GeoCoordinateRectangle Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public GeoCoordinateRectangle(
double left,
double top,
double width,
double height
)
Public Sub New (
left As Double,
top As Double,
width As Double,
height As Double
)
Dim left As Double
Dim top As Double
Dim width As Double
Dim height As Double
Dim instance As New GeoCoordinateRectangle(left, top,
width, height)
public:
GeoCoordinateRectangle(
double left,
double top,
double width,
double height
)
new :
left : float *
top : float *
width : float *
height : float -> GeoCoordinateRectangle
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 See Also