Click or drag to resize

MapRectangle Constructor (Rect)

Initializes a new instance of the MapRectangle class, by transforming the location and size of parameter rect into boundaries of the new instance.

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

Parameters

rect
Type: System.WindowsRect
Rectangle providing the boundaries of the new instance.
See Also