MapRectangle Constructor (Point) |
Initializes a new instance of the
MapRectangle class, by setting the
West and
East boundaries
to
point.X, as well as the
North and
South boundaries to
point.Y.
Therefore, the
Width and
Height properties have a value of 0.
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 point
)
Public Sub New (
point As Point
)
public:
MapRectangle(
Point point
)
new :
point : Point -> MapRectangle
Parameters
- point
- Type: System.WindowsPoint
This point is used for defining the boundaries of the new instance.
See Also