MapViewSetEnvelope Method (MapRectangle, Boolean) |
Sets the visible map section to a bounding box, so the box is contained in the map section.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void SetEnvelope(
MapRectangle rect,
bool animate
)
Public Sub SetEnvelope (
rect As MapRectangle,
animate As Boolean
)
public:
void SetEnvelope(
MapRectangle^ rect,
bool animate
)
member SetEnvelope :
rect : MapRectangle *
animate : bool -> unit
Parameters
- rect
- Type: Ptv.XServer.Controls.MapMapRectangle
The bounding box. - animate
- Type: SystemBoolean
Animate the transition to the new map section.
See Also