MapRectangle Constructor (IEnumerableLocation) |
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(
IEnumerable<Location> locations
)
Public Sub New (
locations As IEnumerable(Of Location)
)
public:
MapRectangle(
IEnumerable<Location>^ locations
)
new :
locations : IEnumerable<Location> -> MapRectangle
Parameters
- locations
- Type: System.Collections.GenericIEnumerableLocation
The set of locations out of which the bounding box that initializes this rectangle will be built.
Remarks For setting up the rectangle it is assumed that Left<=Right and Bottom<=Top.
See Also