MapRectangle Constructor (Location, Location) |
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(
Location leftTop,
Location rightBottom
)
Public Sub New (
leftTop As Location,
rightBottom As Location
)
public:
MapRectangle(
Location leftTop,
Location rightBottom
)
new :
leftTop : Location *
rightBottom : Location -> MapRectangle
Parameters
- leftTop
- Type: Ptv.Components.ProjectionsLocation
Upper left-hand corner. - rightBottom
- Type: Ptv.Components.ProjectionsLocation
Bottom right-hand corner.
See Also