MapRectangle Constructor (Double, Double, Double, Double) |
Creates and initializes a MapRectangle instance.
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public MapRectangle(
double left,
double top,
double right,
double bottom
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double
)
public:
MapRectangle(
double left,
double top,
double right,
double bottom
)
new :
left : float *
top : float *
right : float *
bottom : float -> MapRectangle
Parameters
- left
- Type: SystemDouble
x-coordinate of the left hand side. - top
- Type: SystemDouble
y-coordinate at the top - right
- Type: SystemDouble
x-coordinate of the right hand side - bottom
- Type: SystemDouble
y-coordinate at the bottom
See Also