Click or drag to resize

MapRectangle Constructor (MapRectangle)

Initializes a new instance of the MapRectangle class, by copying the boundaries of parameter originalRectangle.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public MapRectangle(
	MapRectangle originalRectangle
)

Parameters

originalRectangle
Type: Ptv.XServer.Controls.MapMapRectangle
Original rectangle providing all values for the new instance.
See Also