Click or drag to resize

MapRectangle Constructor (Point, Size)

Initializes a new instance of the MapRectangle class. The resulting object is defined by the center and sizeparameter.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public MapRectangle(
	Point center,
	Size size
)

Parameters

center
Type: System.WindowsPoint
Point defining the center of the rectangle.
size
Type: System.WindowsSize
Size defining the width and height of the rectangle.
See Also