MapSetMapLocation Method (Point, Double, String) |
Set the center and zooming level of the map.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void SetMapLocation(
Point point,
double zoom,
string spatialReferenceId
)
Public Sub SetMapLocation (
point As Point,
zoom As Double,
spatialReferenceId As String
)
public:
virtual void SetMapLocation(
Point point,
double zoom,
String^ spatialReferenceId
) sealed
abstract SetMapLocation :
point : Point *
zoom : float *
spatialReferenceId : string -> unit
override SetMapLocation :
point : Point *
zoom : float *
spatialReferenceId : string -> unit
Parameters
- point
- Type: System.WindowsPoint
The center point. - zoom
- Type: SystemDouble
The zoom level. - spatialReferenceId
- Type: SystemString
The spatial reference identifier.
Implements
IMapSetMapLocation(Point, Double, String)See Also