Click or drag to resize

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
)

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