Click or drag to resize

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
)

Parameters

leftTop
Type: Ptv.Components.ProjectionsLocation
Upper left-hand corner.
rightBottom
Type: Ptv.Components.ProjectionsLocation
Bottom right-hand corner.
See Also