Pan(SizeL delta) |
Pans the viewport with the specified delta. |
Pan(long x, long y) |
Pans the viewport to the specified x and y coordinates. |
Zoom(int zoomLevel) |
Zooms the viewport to the specified zoom level. |
Zoom(int zoomLevel, bool animate) |
Zooms the viewport to the specified zoom level. If animate is set to true the zoom will be animated. |
Zoom(int zoomLevel, bool animate, Point center) |
Zooms the viewport to the specified zoom level. If animate is set to true the zoom will be animated.The point in the viewport around where the zoom should be performed. |
BeginUpdate |
Suspends updates. |
EndUpdate |
Resumes updates and performs an update. |
EndUpdate |
Resumes updates and performs an update if specified by the update parameter. |
BringIntoView |
Brings the specified geo point into the center of the viewport. |
BringIntoView |
Brings the specified geo point into the center of the viewport and zooms the viewport to the specified zoom level. |
BringIntoView |
Calculates the best zoom level that will fit the specified rectangle and centers it in the viewport. |