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
)
Public Sub New (
center As Point,
size As Size
)
public:
MapRectangle(
Point center,
Size size
)
new :
center : Point *
size : Size -> MapRectangle
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