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
)
Public Sub New (
rect As Rect
)
public:
MapRectangle(
Rect rect
)
new :
rect : Rect -> MapRectangle
Parameters
- rect
- Type: System.WindowsRect
Rectangle providing the boundaries of the new instance.
See Also