Click or drag to resize

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
)

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