User Tools

Site Tools


thinkgeo.mapsuite.core.mapengine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.mapengine [2015/09/17 10:34]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.MapEngine ====== 
-This class is for generating maps. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.MapEngine** 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​MapEngine()|MapEngine]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Create a new instance of the MapEngine. 
-</​div>​ 
- 
-=== Protected Constructors === 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CenterAt(RectangleShape,​PointShape,​Single,​Single)|CenterAt]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is a static function that allows you to pass in a world rectangle, a world point to center on, and a height and width in screen units. ​ The function will center the rectangle based on the point, then adjust the rectangle'​s ratio based on the height and width in screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CenterAt(RectangleShape,​Feature,​Single,​Single)|CenterAt]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is a static function that allows you to pass in a world rectangle, a world point to center on, and a height and width in screen units. ​ The function will center the rectangle based on the point, then adjust the rectangle'​s ratio based on the height and width in screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​CenterAt(RectangleShape,​Single,​Single,​Single,​Single)|CenterAt]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is a static function that allows you to pass in a world rectangle, a point in screen coordinates to center on, and a height and width in screen units. ​ The function will center the rectangle based on the screen point, then adjust the rectangle'​s ratio based on the height and width in screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CenterAt(Single,​Single,​Single,​Single)|CenterAt]]** 
-  * **Parameters**:​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is a function that allows you to pass a screen point to center on and a height and width in screen units. ​ The function will update the current extent by centering on the point and adjusting its ratio based on the height and width in screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CenterAt(Feature,​Single,​Single)|CenterAt]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is a function that allows you to pass in a feature to center on, as well as a height and width in screen units. ​ The function will center the CurrentExtent based on the specified feature and adjust its ratio based on the height and width in screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CenterAt(PointShape,​Single,​Single)|CenterAt]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This is a function that allows you to pass a world point to center on and a height and width in screen units. ​ The function will update the current extent by centering on the point and adjusting its ratio based on the height and width in screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​CloseAllLayers()|CloseAllLayers]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This API allows you close all of the layers (either static or dynamic). 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(IEnumerable<​Layer>,​Bitmap,​GeographyUnit)|Draw]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>,​Bitmap,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of layers on the specified "​background"​ bitmap. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(IEnumerable<​Layer>,​Int32,​Int32,​GeographyUnit)|Draw]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>,​Int32,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of layers and return a new image with the specified width and height. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(IEnumerable<​Layer>,​GeoImage,​GeographyUnit)|Draw]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>,​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of layers on the specified "​background"​ image. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawAdornmentLayers(Bitmap,​GeographyUnit)|DrawAdornmentLayers]]** 
-  * **Parameters**:​Bitmap,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of AdornmentLayers on the specified "​background"​ bitmap. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawAdornmentLayers(Int32,​Int32,​GeographyUnit)|DrawAdornmentLayers]]** 
-  * **Parameters**:​Int32,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of AdornmentLayers and return a new image with the specified width and height. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawAdornmentLayers(GeoImage,​GeographyUnit)|DrawAdornmentLayers]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of AdornmentLayers on the specified "​background"​ image. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawDynamicLayers(Bitmap,​GeographyUnit)|DrawDynamicLayers]]** 
-  * **Parameters**:​Bitmap,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of dynamic layers on the specified "​background"​ bitmap. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawDynamicLayers(Int32,​Int32,​GeographyUnit)|DrawDynamicLayers]]** 
-  * **Parameters**:​Int32,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of dynamic layers and return a new image with the specified width and height. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawDynamicLayers(GeoImage,​GeographyUnit)|DrawDynamicLayers]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of dynamic layers on the specified "​background"​ image. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawStaticLayers(Bitmap,​GeographyUnit)|DrawStaticLayers]]** 
-  * **Parameters**:​Bitmap,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of static layers on the specified "​background"​ bitmap. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawStaticLayers(Int32,​Int32,​GeographyUnit)|DrawStaticLayers]]** 
-  * **Parameters**:​Int32,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of static layers and return a new image with the specified width and height. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawStaticLayers(GeoImage,​GeographyUnit)|DrawStaticLayers]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Draw a group of static layers on the specified "​background"​ image. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FindDynamicFeatureLayer(String)|FindDynamicFeatureLayer]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Find the feature layer by key (specified in the "​name"​ parameter) within the collection of DynamicLayers. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FindDynamicRasterLayer(String)|FindDynamicRasterLayer]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Find the raster layer by key (specified in the "​name"​ parameter) within the collection of DynamicLayers. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FindStaticFeatureLayer(String)|FindStaticFeatureLayer]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Finds a feature layer by key (specified in the "​name"​ parameter) within the collection of StaticLayers. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​FindStaticRasterLayer(String)|FindStaticRasterLayer]]** 
-  * **Parameters**:​String 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Find the raster layer by key (specified in the "​name"​ parameter) within the collection of StaticLayers. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetBoundingBoxOfItems(IEnumerable<​Feature>​)|GetBoundingBoxOfItems]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This API gets the BoundingBox of a group of Features. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetBoundingBoxOfItems(IEnumerable<​BaseShape>​)|GetBoundingBoxOfItems]]** 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>​ 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This API gets the BoundingBox of a group of BaseShapes. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetCurrentScale(RectangleShape,​Single,​GeographyUnit)|GetCurrentScale]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Single,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This Static API is used to calculate the scale based on the specified worldExtent and its corresponding ScreenWidth and MapUnit. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetCurrentScale(Single,​GeographyUnit)|GetCurrentScale]]** 
-  * **Parameters**:​Single,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Get the current Scale responding to the CurrentExtent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetDrawingExtent(RectangleShape,​Single,​Single)|GetDrawingExtent]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an adjusted extent based on the ratio of the screen width and height. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetDrawingExtent(Single,​Single)|GetDrawingExtent]]** 
-  * **Parameters**:​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an adjusted extent based on the ratio of the screen width and height. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetScreenDistanceBetweenTwoWorldPoints(Feature,​Feature,​Single,​Single)|GetScreenDistanceBetweenTwoWorldPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the number of pixels between two world points using the CurrentExtent as reference. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetScreenDistanceBetweenTwoWorldPoints(RectangleShape,​PointShape,​PointShape,​Single,​Single)|GetScreenDistanceBetweenTwoWorldPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the number of pixels between two world points. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetScreenDistanceBetweenTwoWorldPoints(PointShape,​PointShape,​Single,​Single)|GetScreenDistanceBetweenTwoWorldPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the number of pixels between two world points using the CurrentExtent as reference. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetScreenDistanceBetweenTwoWorldPoints(RectangleShape,​Feature,​Feature,​Single,​Single)|GetScreenDistanceBetweenTwoWorldPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the number of pixels between two world points. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetVersion()|GetVersion]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Get the current MapSuiteCore.dll file version. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWorldDistanceBetweenTwoScreenPoints(ScreenPointF,​ScreenPointF,​Single,​Single,​GeographyUnit,​DistanceUnit)|GetWorldDistanceBetweenTwoScreenPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​Single,​Single,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the distance in world units between two screen points by using the CurrentExtent as a reference. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetWorldDistanceBetweenTwoScreenPoints(RectangleShape,​ScreenPointF,​ScreenPointF,​Single,​Single,​GeographyUnit,​DistanceUnit)|GetWorldDistanceBetweenTwoScreenPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​Single,​Single,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the distance in world units between two screen points. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​GetWorldDistanceBetweenTwoScreenPoints(RectangleShape,​Single,​Single,​Single,​Single,​Single,​Single,​GeographyUnit,​DistanceUnit)|GetWorldDistanceBetweenTwoScreenPoints]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Single,​Single,​Single,​Single,​Single,​Single,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns the distance in wold units between two screen points. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​LoadDataTable(Collection<​Feature>,​IEnumerable<​String>​)|LoadDataTable]]** 
-  * **Parameters**:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​IEnumerable<​String>​ 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method is a static API to get information about a group of passed-in features with the specified returningColumns,​ in the format of a DataTable. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​OpenAllLayers()|OpenAllLayers]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This API allows you to open all of the layers (either static or dynamic). 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Pan(RectangleShape,​PanDirection,​Int32)|Pan]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]],​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a panned extent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Pan(PanDirection,​Int32)|Pan]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]],​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​Update the CurrentExtent by using a panning operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Pan(Single,​Int32)|Pan]]** 
-  * **Parameters**:​Single,​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent by using a panning operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​Pan(RectangleShape,​Single,​Int32)|Pan]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Single,​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a panned extent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​SnapToZoomLevel(RectangleShape,​GeographyUnit,​Single,​Single,​ZoomLevelSet)|SnapToZoomLevel]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single,​Single,​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is snapped to a zoom level in the provided zoom level set. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​SnapToZoomLevel(GeographyUnit,​Single,​Single,​ZoomLevelSet)|SnapToZoomLevel]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single,​Single,​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent by snapping to a zoom level in the provided zoom level set. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToScreenCoordinate(Feature,​Single,​Single)|ToScreenCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns screen coordinates from the specified world coordinate pointFeature,​ based on the CurrentExtent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToScreenCoordinate(Double,​Double,​Single,​Single)|ToScreenCoordinate]]** 
-  * **Parameters**:​Double,​Double,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns screen coordinates from the specified world coordinates,​ based on the CurrentExtent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ToScreenCoordinate(RectangleShape,​Double,​Double,​Single,​Single)|ToScreenCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​Double,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns screen coordinates from world coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ToScreenCoordinate(RectangleShape,​PointShape,​Single,​Single)|ToScreenCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns screen coordinates from world coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ToScreenCoordinate(RectangleShape,​Feature,​Single,​Single)|ToScreenCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns screen coordinates from world coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToScreenCoordinate(PointShape,​Single,​Single)|ToScreenCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns screen coordinates from the specified world coordinates,​ based on the CurrentExtent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ToWorldCoordinate(RectangleShape,​Single,​Single,​Single,​Single)|ToWorldCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns world coordinates from screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ToWorldCoordinate(RectangleShape,​ScreenPointF,​Single,​Single)|ToWorldCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns world coordinates from screen coordinates. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToWorldCoordinate(Single,​Single,​Single,​Single)|ToWorldCoordinate]]** 
-  * **Parameters**:​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns world coordinates from screen coordinates,​ based on the CurrentExtent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToWorldCoordinate(ScreenPointF,​Single,​Single)|ToWorldCoordinate]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns world coordinates from screen coordinates,​ based on the CurrentExtent. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomIn(RectangleShape,​Int32)|ZoomIn]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new extent that is zoomed in by the percentage provided. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomIn(Int32)|ZoomIn]]** 
-  * **Parameters**:​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent that is zoomed in by the percentage provided. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomIntoCenter(RectangleShape,​Int32,​PointShape,​Single,​Single)|ZoomIntoCenter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is centered and zoomed in. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomIntoCenter(RectangleShape,​Int32,​Single,​Single,​Single,​Single)|ZoomIntoCenter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is centered and zoomed in. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomIntoCenter(Int32,​Single,​Single,​Single,​Single)|ZoomIntoCenter]]** 
-  * **Parameters**:​Int32,​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent based on a calculated rectangle that is centered and zoomed in. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomIntoCenter(Int32,​Feature,​Single,​Single)|ZoomIntoCenter]]** 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is centered and zoomed in. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomIntoCenter(Int32,​PointShape,​Single,​Single)|ZoomIntoCenter]]** 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method will update the CurrentExtent by using the ZoomIntoCenter operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomIntoCenter(RectangleShape,​Int32,​Feature,​Single,​Single)|ZoomIntoCenter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new extent that is zoomed in by the percentage provided. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomOut(RectangleShape,​Int32)|ZoomOut]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a new extent that is zoomed out by the percentage provided. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomOut(Int32)|ZoomOut]]** 
-  * **Parameters**:​Int32 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method will update the CurrentExtent by using the ZoomOut operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomOutToCenter(RectangleShape,​Int32,​Single,​Single,​Single,​Single)|ZoomOutToCenter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is centered and zoomed out. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomOutToCenter(RectangleShape,​Int32,​Feature,​Single,​Single)|ZoomOutToCenter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is centered and zoomed out. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomOutToCenter(RectangleShape,​Int32,​PointShape,​Single,​Single)|ZoomOutToCenter]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns an extent that is centered and zoomed out. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomOutToCenter(Int32,​Single,​Single,​Single,​Single)|ZoomOutToCenter]]** 
-  * **Parameters**:​Int32,​Single,​Single,​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent by using the ZoomOutToCenter operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomOutToCenter(Int32,​Feature,​Single,​Single)|ZoomOutToCenter]]** 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent by using the ZoomOutToCenter operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomOutToCenter(Int32,​PointShape,​Single,​Single)|ZoomOutToCenter]]** 
-  * **Parameters**:​Int32,​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent by using the ZoomOutToCenter operation. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ZoomToScale(Double,​GeographyUnit,​Single,​Single)|ZoomToScale]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method updates the CurrentExtent by zooming to a certain scale. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}}[[#​ZoomToScale(Double,​RectangleShape,​GeographyUnit,​Single,​Single)|ZoomToScale]]** 
-  * **Parameters**:​Double,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single,​Single 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method returns a extent that has been zoomed into a certain scale. 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnAdornmentLayerDrawing(AdornmentLayerDrawingEventArgs)|OnAdornmentLayerDrawing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs|AdornmentLayerDrawingEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised before an AdornmentLayer is drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnAdornmentLayerDrawn(AdornmentLayerDrawnEventArgs)|OnAdornmentLayerDrawn]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawnEventArgs|AdornmentLayerDrawnEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised after an AdornmentLayer is drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnAdornmentLayersDrawing(AdornmentLayersDrawingEventArgs)|OnAdornmentLayersDrawing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs|AdornmentLayersDrawingEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised before AdornmentLayers are drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnAdornmentLayersDrawn(AdornmentLayersDrawnEventArgs)|OnAdornmentLayersDrawn]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs|AdornmentLayersDrawnEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised after AdornmentLayers are drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnLayerDrawing(LayerDrawingEventArgs)|OnLayerDrawing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.LayerDrawingEventArgs|LayerDrawingEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised before a Layer is drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnLayerDrawn(LayerDrawnEventArgs)|OnLayerDrawn]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.LayerDrawnEventArgs|LayerDrawnEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised after a Layer is drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnLayersDrawing(LayersDrawingEventArgs)|OnLayersDrawing]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.LayersDrawingEventArgs|LayersDrawingEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised before Layers are drawn. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnLayersDrawn(LayersDrawnEventArgs)|OnLayersDrawn]]** 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.LayersDrawnEventArgs|LayersDrawnEventArgs]] 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This event is raised after Layers are drawn. 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​AdornmentLayers|AdornmentLayers]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.AdornmentLayer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
-  * **Summary**:​This property holds a collection of AdornmentLayers to be drawn on the MapEngine. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​BackgroundFillBrush|BackgroundFillBrush]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Summary**:​Gets or sets the GeoBrush for the background of the MapEngine. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​Canvas|Canvas]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:​Gets and sets the GeoCanvas used to draw the Layers. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​CurrentExtent|CurrentExtent]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Summary**:​This property gets or sets the current extent of the MapEngine. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​DynamicLayers|DynamicLayers]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.Layer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
-  * **Summary**:​This property holds a group of Layers to be drawn on the MapEngine. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​ShowLogo|ShowLogo]]** 
-  * **Return**:​Boolean 
-  * **Summary**:​This property specifies whether the logo is shown on the Map or not. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​StaticLayers|StaticLayers]]** 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.Layer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
-  * **Summary**:​This property holds a group of Layers to be drawn on the MapEngine. 
- 
-=== Protected Properties === 
-=== Public Events === 
-**{{wiki:​PublicEvent.gif|}}[[#​AdornmentLayerDrawing|AdornmentLayerDrawing]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs|AdornmentLayerDrawingEventArgs]] 
-  * **Summary**:​This event is raised before an AdornmentLayer is drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​AdornmentLayerDrawn|AdornmentLayerDrawn]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawnEventArgs|AdornmentLayerDrawnEventArgs]] 
-  * **Summary**:​This event is raised after an AdornmentLayer is drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​AdornmentLayersDrawing|AdornmentLayersDrawing]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs|AdornmentLayersDrawingEventArgs]] 
-  * **Summary**:​This event is raised before AdornmentLayers are drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​AdornmentLayersDrawn|AdornmentLayersDrawn]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs|AdornmentLayersDrawnEventArgs]] 
-  * **Summary**:​This event is raised after AdornmentLayers are drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​LayerDrawing|LayerDrawing]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayerDrawingEventArgs|LayerDrawingEventArgs]] 
-  * **Summary**:​This event is raised before a Layer is drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​LayerDrawn|LayerDrawn]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayerDrawnEventArgs|LayerDrawnEventArgs]] 
-  * **Summary**:​This event is raised after a Layer is drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​LayersDrawing|LayersDrawing]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayersDrawingEventArgs|LayersDrawingEventArgs]] 
-  * **Summary**:​This event is raised before Layers are drawn. 
- 
-**{{wiki:​PublicEvent.gif|}}[[#​LayersDrawn|LayersDrawn]]** 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayersDrawnEventArgs|LayersDrawnEventArgs]] 
-  * **Summary**:​This event is raised after Layers are drawn. 
- 
-===== Public Constructors ===== 
-=== MapEngine() === 
-Create a new instance of the MapEngine. 
-==== Remarks ==== 
-N/A 
-==== Parameters ==== 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== CenterAt(RectangleShape,​PointShape,​Single,​Single) === 
-This is a static function that allows you to pass in a world rectangle, a world point to center on, and a height and width in screen units. ​ The function will center the rectangle based on the point, then adjust the rectangle'​s ratio based on the height and width in screen coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an adjusted extent centered on a point. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the current extent you want to center. 
- 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== CenterAt(RectangleShape,​Feature,​Single,​Single) === 
-This is a static function that allows you to pass in a world rectangle, a world point to center on, and a height and width in screen units. ​ The function will center the rectangle based on the point, then adjust the rectangle'​s ratio based on the height and width in screen coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an adjusted extent centered on a point. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the current extent you want to center. 
- 
-**centerFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world point feature you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== CenterAt(RectangleShape,​Single,​Single,​Single,​Single) === 
-This is a static function that allows you to pass in a world rectangle, a point in screen coordinates to center on, and a height and width in screen units. ​ The function will center the rectangle based on the screen point, then adjust the rectangle'​s ratio based on the height and width in screen coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an adjusted extent centered on a point. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the current extent you want to center. 
- 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the X coordinate on the screen to center to. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the Y coordinate on the screen to center to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== CenterAt(Single,​Single,​Single,​Single) === 
-This is a function that allows you to pass a screen point to center on and a height and width in screen units. ​ The function will update the current extent by centering on the point and adjusting its ratio based on the height and width in screen coordinates. 
-==== Remarks ==== 
-This API will update the CurrentExtent. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the X coordinate on the screen to center on. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the Y coordinate on the screen to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== CenterAt(Feature,​Single,​Single) === 
-This is a function that allows you to pass in a feature to center on, as well as a height and width in screen units. ​ The function will center the CurrentExtent based on the specified feature and adjust its ratio based on the height and width in screen coordinates. 
-==== Remarks ==== 
-This API will update the CurrentExtent. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**centerFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world point feature you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== CenterAt(PointShape,​Single,​Single) === 
-This is a function that allows you to pass a world point to center on and a height and width in screen units. ​ The function will update the current extent by centering on the point and adjusting its ratio based on the height and width in screen coordinates. 
-==== Remarks ==== 
-This API will update the CurrentExtent. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== CloseAllLayers() === 
-This API allows you close all of the layers (either static or dynamic). 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Draw(IEnumerable<​Layer>,​Bitmap,​GeographyUnit) === 
-Draw a group of layers on the specified "​background"​ bitmap. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Bitmap 
-  * **Description**:​The resulting bitmap after drawing the target layers on the specified "​background"​ bitmap. 
- 
-==== Parameters ==== 
-**layers** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​ 
-  * **Description**:​This parameter specifies the target layers to be drawn. 
- 
-**gdiPlusBitmap** 
-  * **Type**:​Bitmap 
-  * **Description**:​This parameter specifies the "​background"​ bitmap of the returning bitmap. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== Draw(IEnumerable<​Layer>,​Int32,​Int32,​GeographyUnit) === 
-Draw a group of layers and return a new image with the specified width and height. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the target layers based on the specified width and height. 
- 
-==== Parameters ==== 
-**layers** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​ 
-  * **Description**:​This parameter specifies the target layers to be drawn. 
- 
-**width** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the width of the returning image. 
- 
-**height** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the height of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== Draw(IEnumerable<​Layer>,​GeoImage,​GeographyUnit) === 
-Draw a group of layers on the specified "​background"​ image. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the target layers on the specified "​background"​ image. 
- 
-==== Parameters ==== 
-**layers** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​ 
-  * **Description**:​This parameter specifies the target layers to be drawn. 
- 
-**image** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​This parameter specifies the "​background"​ image of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawAdornmentLayers(Bitmap,​GeographyUnit) === 
-Draw a group of AdornmentLayers on the specified "​background"​ bitmap. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Bitmap 
-  * **Description**:​The resulting bitmap after drawing the group of AdornmentLayers on the specified "​background"​ bitmap. 
- 
-==== Parameters ==== 
-**gdiPlusBitmap** 
-  * **Type**:​Bitmap 
-  * **Description**:​This parameter specifies the "​background"​ bitmap of the returning bitmap. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawAdornmentLayers(Int32,​Int32,​GeographyUnit) === 
-Draw a group of AdornmentLayers and return a new image with the specified width and height. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the group of AdornmentLayers based on the specified width and height. 
- 
-==== Parameters ==== 
-**width** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the width of the returning image. 
- 
-**height** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the height of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawAdornmentLayers(GeoImage,​GeographyUnit) === 
-Draw a group of AdornmentLayers on the specified "​background"​ image. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the group of AdornmentLayers on the specified "​background"​ image. 
- 
-==== Parameters ==== 
-**image** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​This parameter specifies the "​background"​ image of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawDynamicLayers(Bitmap,​GeographyUnit) === 
-Draw a group of dynamic layers on the specified "​background"​ bitmap. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Bitmap 
-  * **Description**:​The resulting bitmap after drawing the group of dynamic layers on the specified "​background"​ bitmap. 
- 
-==== Parameters ==== 
-**gdiPlusBitmap** 
-  * **Type**:​Bitmap 
-  * **Description**:​This parameter specifies the "​background"​ bitmap of the returning bitmap. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawDynamicLayers(Int32,​Int32,​GeographyUnit) === 
-Draw a group of dynamic layers and return a new image with the specified width and height. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the group of dynamic layers based on the specified width and height. 
- 
-==== Parameters ==== 
-**width** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the width of the returning image. 
- 
-**height** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the height of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawDynamicLayers(GeoImage,​GeographyUnit) === 
-Draw a group of dynamic layers on the specified "​background"​ image. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the group of dynamic layers on the specified "​background"​ image. 
- 
-==== Parameters ==== 
-**image** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​This parameter specifies the "​background"​ image of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawStaticLayers(Bitmap,​GeographyUnit) === 
-Draw a group of static layers on the specified "​background"​ bitmap. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Bitmap 
-  * **Description**:​The resulting bitmap after drawing the group of static layers on the specified "​background"​ bitmap. 
- 
-==== Parameters ==== 
-**gdiPlusBitmap** 
-  * **Type**:​Bitmap 
-  * **Description**:​This parameter specifies the "​background"​ bitmap of the returning bitmap. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawStaticLayers(Int32,​Int32,​GeographyUnit) === 
-Draw a group of static layers and return a new image with the specified width and height. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the group of static layers based on the specified width and height. 
- 
-==== Parameters ==== 
-**width** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the width of the returning image. 
- 
-**height** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter specifies the height of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== DrawStaticLayers(GeoImage,​GeographyUnit) === 
-Draw a group of static layers on the specified "​background"​ image. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​The resulting image after drawing the group of static layers on the specified "​background"​ image. 
- 
-==== Parameters ==== 
-**image** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * **Description**:​This parameter specifies the "​background"​ image of the returning image. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== Equals(Object) === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== FindDynamicFeatureLayer(String) === 
-Find the feature layer by key (specified in the "​name"​ parameter) within the collection of DynamicLayers. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
-  * **Description**:​The corresponding FeatureLayer with the specified key in the MapControl. 
- 
-==== Parameters ==== 
-**name** 
-  * **Type**:​String 
-  * **Description**:​The key to find the final result feature layer. 
- 
-[[#Public Methods|Go Back]] 
-=== FindDynamicRasterLayer(String) === 
-Find the raster layer by key (specified in the "​name"​ parameter) within the collection of DynamicLayers. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] 
-  * **Description**:​The corresponding RasterLayer with the specified key in the MapControl. 
- 
-==== Parameters ==== 
-**name** 
-  * **Type**:​String 
-  * **Description**:​The key to find the final result raster layer. 
- 
-[[#Public Methods|Go Back]] 
-=== FindStaticFeatureLayer(String) === 
-Finds a feature layer by key (specified in the "​name"​ parameter) within the collection of StaticLayers. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
-  * **Description**:​The corresponding FeatureLayer with the specified key in the MapControl. 
- 
-==== Parameters ==== 
-**name** 
-  * **Type**:​String 
-  * **Description**:​The key to find the final result feature layer. 
- 
-[[#Public Methods|Go Back]] 
-=== FindStaticRasterLayer(String) === 
-Find the raster layer by key (specified in the "​name"​ parameter) within the collection of StaticLayers. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] 
-  * **Description**:​The corresponding RasterLayer with the passing specified in the MapControl. 
- 
-==== Parameters ==== 
-**name** 
-  * **Type**:​String 
-  * **Description**:​The key to find the final result raster layer. 
- 
-[[#Public Methods|Go Back]] 
-=== GetBoundingBoxOfItems(IEnumerable<​Feature>​) === 
-This API gets the BoundingBox of a group of Features. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​The BoundingBox that contains all the features you passed in. 
- 
-==== Parameters ==== 
-**features** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **Description**:​The target group of Features to get the BoundingBox for. 
- 
-[[#Public Methods|Go Back]] 
-=== GetBoundingBoxOfItems(IEnumerable<​BaseShape>​) === 
-This API gets the BoundingBox of a group of BaseShapes. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​The BoundingBox that contains all the shapes you passed in. 
- 
-==== Parameters ==== 
-**shapes** 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>​ 
-  * **Description**:​The target group of BaseShapes to get the BoundingBox for. 
- 
-[[#Public Methods|Go Back]] 
-=== GetCurrentScale(RectangleShape,​Single,​GeographyUnit) === 
-This Static API is used to calculate the scale based on the specified worldExtent and its corresponding ScreenWidth and MapUnit. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter specifies the worldExtent used to calculate the current scale. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter specifies the screenWidth corresponding to the worldExtent. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the unit for the extent, the result will be different if choose DecimalDegree as Unit and Meter as Unit. 
- 
-[[#Public Methods|Go Back]] 
-=== GetCurrentScale(Single,​GeographyUnit) === 
-Get the current Scale responding to the CurrentExtent. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​The calculated scale based on the CurrentExtent. 
- 
-==== Parameters ==== 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter specifies the screen width responding to the CurrentExtent. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-[[#Public Methods|Go Back]] 
-=== GetDrawingExtent(RectangleShape,​Single,​Single) === 
-This method returns an adjusted extent based on the ratio of the screen width and height. 
-==== Remarks ==== 
-This function is used because the extent to draw must be the rame ratio as the screen width and height. If they are not, then the image drawn will be stretched or compressed. We always adjust the extent upwards to ensure that no matter how we adjust it, the original extent will fit within the new extent. This ensures that everything you wanted to see in the first extent is visible and maybe a bit more. This function takes a height and width in screen coordinates,​ then looks at a world extent passed, and returns an adjusted world rectangle so that the ratio to height and width in screen and world coordinates match. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an adjusted extent based on the ratio of the screen width and height. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to adjust for drawing. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== GetDrawingExtent(Single,​Single) === 
-This method returns an adjusted extent based on the ratio of the screen width and height. 
-==== Remarks ==== 
-This function is used because the extent to draw must be the rame ratio as the screen width and height. If they are not, then the image drawn will be stretched or compressed. We always adjust the extent upwards to ensure that no matter how we adjust it, the original extent will fit within the new extent. This ensures that everything you wanted to see in the first extent is visible and maybe a bit more. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an adjusted extent based on the ratio of the screen width and height. 
- 
-==== Parameters ==== 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetScreenDistanceBetweenTwoWorldPoints(Feature,​Feature,​Single,​Single) === 
-This method returns the number of pixels between two world points using the CurrentExtent as reference. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Single 
-  * **Description**:​This method returns the number of pixels between two world points. 
- 
-==== Parameters ==== 
-**worldPointFeature1** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the first pointFeture -- the one you want to measure from. 
- 
-**worldPointFeature2** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the second pointFeature -- the one you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== GetScreenDistanceBetweenTwoWorldPoints(RectangleShape,​PointShape,​PointShape,​Single,​Single) === 
-This method returns the number of pixels between two world points. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Single 
-  * **Description**:​This method returns the number of pixels between two world points. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**worldPoint1** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the first point -- the one you want to measure from. 
- 
-**worldPoint2** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the second point -- the one you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== GetScreenDistanceBetweenTwoWorldPoints(PointShape,​PointShape,​Single,​Single) === 
-This method returns the number of pixels between two world points using the CurrentExtent as reference. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Single 
-  * **Description**:​This method returns the number of pixels between two world points. 
- 
-==== Parameters ==== 
-**worldPoint1** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the first point -- the one you want to measure from. 
- 
-**worldPoint2** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the second point -- the one you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== GetScreenDistanceBetweenTwoWorldPoints(RectangleShape,​Feature,​Feature,​Single,​Single) === 
-This method returns the number of pixels between two world points. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Single 
-  * **Description**:​This method returns the number of pixels between two world points. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**worldPointFeature1** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the first point Feature -- the one you want to measure from. 
- 
-**worldPointFeature2** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the second point Feature -- the one you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetVersion() === 
-Get the current MapSuiteCore.dll file version. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​A string representing the file version of MapSuiteCore.dll. 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetWorldDistanceBetweenTwoScreenPoints(ScreenPointF,​ScreenPointF,​Single,​Single,​GeographyUnit,​DistanceUnit) === 
-This method returns the distance in world units between two screen points by using the CurrentExtent as a reference. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​This method returns the distance in world units between two screen points. 
- 
-==== Parameters ==== 
-**screenPoint1** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This is the screen point you want to measure from. 
- 
-**screenPoint2** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This is the screen point you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-**mapUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter specifies the MapUnit used in the current map. 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​This is the geographic unit you want the result to show in. 
- 
-[[#Public Methods|Go Back]] 
-=== GetWorldDistanceBetweenTwoScreenPoints(RectangleShape,​ScreenPointF,​ScreenPointF,​Single,​Single,​GeographyUnit,​DistanceUnit) === 
-This method returns the distance in world units between two screen points. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​This method returns the distance in wold units between two screen points. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**screenPoint1** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This is the screen point you want to measure from. 
- 
-**screenPoint2** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This is the screen point you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-**worldExtentUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This is the geographic unit of the world extent rectangle. 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​This is the geographic unit you want the result to show in. 
- 
-[[#Public Methods|Go Back]] 
-=== GetWorldDistanceBetweenTwoScreenPoints(RectangleShape,​Single,​Single,​Single,​Single,​Single,​Single,​GeographyUnit,​DistanceUnit) === 
-This method returns the distance in wold units between two screen points. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Double 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**screenPoint1X** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the X of the point you want to measure from. 
- 
-**screenPoint1Y** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the Y of the point you want to measure from. 
- 
-**screenPoint2X** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the X of the point you want to measure to. 
- 
-**screenPoint2Y** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the Y of the point you want to measure to. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-**worldExtentUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This is the geographic unit of the world extent you passed in. 
- 
-**distanceUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DistanceUnit|DistanceUnit]] 
-  * **Description**:​This is the geographic unit you want the result to show in. 
- 
-[[#Public Methods|Go Back]] 
-=== LoadDataTable(Collection<​Feature>,​IEnumerable<​String>​) === 
-This method is a static API to get information about a group of passed-in features with the specified returningColumns,​ in the format of a DataTable. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​DataTable 
-  * **Description**:​A DateTable of information about those passed-in features and the returning columnNames. 
- 
-==== Parameters ==== 
-**features** 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
-  * **Description**:​This parameter specifies the target features. 
- 
-**returningColumnNames** 
-  * **Type**:​IEnumerable<​String>​ 
-  * **Description**:​This parameter specifies the returning columnNames for the features. 
- 
-[[#Public Methods|Go Back]] 
-=== OpenAllLayers() === 
-This API allows you to open all of the layers (either static or dynamic). 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== Pan(RectangleShape,​PanDirection,​Int32) === 
-This method returns a panned extent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns a panned extent. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to pan. 
- 
-**direction** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]] 
-  * **Description**:​This parameter is the direction you want to pan. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to pan. 
- 
-[[#Public Methods|Go Back]] 
-=== Pan(PanDirection,​Int32) === 
-Update the CurrentExtent by using a panning operation. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**panDirection** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PanDirection|PanDirection]] 
-  * **Description**:​This parameter is the direction you want to pan. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to pan. 
- 
-[[#Public Methods|Go Back]] 
-=== Pan(Single,​Int32) === 
-This method updates the CurrentExtent by using a panning operation. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**degree** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the angle in degrees in which you want to pan. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to pan. 
- 
-[[#Public Methods|Go Back]] 
-=== Pan(RectangleShape,​Single,​Int32) === 
-This method returns a panned extent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns a panned extent. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to pan. 
- 
-**degree** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the angle in degrees in which you want to pan. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to pan. 
- 
-[[#Public Methods|Go Back]] 
-=== SnapToZoomLevel(RectangleShape,​GeographyUnit,​Single,​Single,​ZoomLevelSet) === 
-This method returns an extent that is snapped to a zoom level in the provided zoom level set. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an extent that is snapped to a zoom level in the provided zoom level set. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want snapped. 
- 
-**worldExtentUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the geographic unit of the world extent parameter. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen width. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen height. 
- 
-**zoomLevelSet** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **Description**:​This parameter is the set of zoom levels you want to snap to. 
- 
-[[#Public Methods|Go Back]] 
-=== SnapToZoomLevel(GeographyUnit,​Single,​Single,​ZoomLevelSet) === 
-This method updates the CurrentExtent by snapping to a zoom level in the provided zoom level set. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​This method updates the CurrentExtent by snapping to a zoom level in the provided zoom level set. 
- 
-==== Parameters ==== 
-**worldExtentUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the geographic unit of the CurrentExtent. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen width. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen height. 
- 
-**zoomLevelSet** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] 
-  * **Description**:​This parameter is the set of zoom levels you want to snap to. 
- 
-[[#Public Methods|Go Back]] 
-=== ToScreenCoordinate(Feature,​Single,​Single) === 
-This method returns screen coordinates from the specified world coordinate pointFeature,​ based on the CurrentExtent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This method returns screen coordinates from the specified world coordinate pointFeature,​ based on the CurrentExtent. 
- 
-==== Parameters ==== 
-**worldPointFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world coordinate pointFeature you want converted to a screen point. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen for the CurrentExtent. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen for the CurrentExtent. 
- 
-[[#Public Methods|Go Back]] 
-=== ToScreenCoordinate(Double,​Double,​Single,​Single) === 
-This method returns screen coordinates from the specified world coordinates,​ based on the CurrentExtent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This method returns screen coordinates from the specified world coordinates,​ based on the CurrentExtent. 
- 
-==== Parameters ==== 
-**worldX** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the world point X you want converted to a screen point. 
- 
-**worldY** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the world point Y you want converted to a screen point. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen for the CurrentExtent. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen for the CurrentExtent. 
- 
-[[#Public Methods|Go Back]] 
-=== ToScreenCoordinate(RectangleShape,​Double,​Double,​Single,​Single) === 
-This method returns screen coordinates from world coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This method returns screen coordinates from world coordinates. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**worldX** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the world X you want converted to screen points. 
- 
-**worldY** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the world Y you want converted to screen points. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ToScreenCoordinate(RectangleShape,​PointShape,​Single,​Single) === 
-This method returns screen coordinates from world coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This method returns screen coordinates from world coordinates. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want converted to a screen point. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ToScreenCoordinate(RectangleShape,​Feature,​Single,​Single) === 
-This method returns screen coordinates from world coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This method returns screen coordinates from world coordinates. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**worldPointFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world point feature you want converted to a screen point. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ToScreenCoordinate(PointShape,​Single,​Single) === 
-This method returns screen coordinates from the specified world coordinates,​ based on the CurrentExtent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This method returns screen coordinates from the specified world coordinates,​ based on the CurrentExtent. 
- 
-==== Parameters ==== 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want converted to a screen point. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen for the CurrentExtent. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen for the CurrentExtent. 
- 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToWorldCoordinate(RectangleShape,​Single,​Single,​Single,​Single) === 
-This method returns world coordinates from screen coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This method returns world coordinates from screen coordinates. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the X coordinate of the point you want converted to world coordinates. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the Y coordinate of the point you want converted to world coordinates. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ToWorldCoordinate(RectangleShape,​ScreenPointF,​Single,​Single) === 
-This method returns world coordinates from screen coordinates. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This method returns world coordinates from screen coordinates. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent. 
- 
-**screenPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This parameter is the screen point you want converted to a world point. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ToWorldCoordinate(Single,​Single,​Single,​Single) === 
-This method returns world coordinates from screen coordinates,​ based on the CurrentExtent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This method returns world coordinates from screen coordinates,​ based on the CurrentExtent. 
- 
-==== Parameters ==== 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the X of the point you want converted to world coordinates. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the Y of the point you want converted to world coordinates. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ToWorldCoordinate(ScreenPointF,​Single,​Single) === 
-This method returns world coordinates from screen coordinates,​ based on the CurrentExtent. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This method returns world coordinates from screen coordinates,​ based on the CurrentExtent. 
- 
-==== Parameters ==== 
-**screenPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **Description**:​This parameter is the point you want converted to world coordinates. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIn(RectangleShape,​Int32) === 
-This method returns a new extent that is zoomed in by the percentage provided. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns a new extent that is zoomed in by the percentage provided. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIn(Int32) === 
-This method updates the CurrentExtent that is zoomed in by the percentage provided. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​This method updates the CurrentExtent that is zoomed in by the percentage provided. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIntoCenter(RectangleShape,​Int32,​PointShape,​Single,​Single) === 
-This method returns an extent that is centered and zoomed in. 
-==== Remarks ==== 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an extent that is centered and zoomed in. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent that you want centered and zoomed. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width in screen coordinates. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height in screen coordinates. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIntoCenter(RectangleShape,​Int32,​Single,​Single,​Single,​Single) === 
-This method returns an extent that is centered and zoomed in. 
-==== Remarks ==== 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an extent that is centered and zoomed in. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to center and zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen X you want to center on. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen Y you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIntoCenter(Int32,​Single,​Single,​Single,​Single) === 
-This method updates the CurrentExtent based on a calculated rectangle that is centered and zoomed in. 
-==== Remarks ==== 
-The CurrentExtent will be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen X you want to center on. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen Y you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIntoCenter(Int32,​Feature,​Single,​Single) === 
-This method returns an extent that is centered and zoomed in. 
-==== Remarks ==== 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​This method returns an extent that is centered and zoomed in. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-**centerFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world point you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width in screen coordinates. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height in screen coordinates. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIntoCenter(Int32,​PointShape,​Single,​Single) === 
-This method will update the CurrentExtent by using the ZoomIntoCenter operation. 
-==== Remarks ==== 
-The CurrentExtent will be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width in screen coordinates. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height in screen coordinates. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomIntoCenter(RectangleShape,​Int32,​Feature,​Single,​Single) === 
-This method returns a new extent that is zoomed in by the percentage provided. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns a new extent that is zoomed in by the percentage provided. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom in. 
- 
-**centerFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world point feature you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width in screen coordinates. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height in screen coordinates. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOut(RectangleShape,​Int32) === 
-This method returns a new extent that is zoomed out by the percentage provided. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns a new extent that is zoomed out by the percentage provided. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOut(Int32) === 
-This method will update the CurrentExtent by using the ZoomOut operation. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOutToCenter(RectangleShape,​Int32,​Single,​Single,​Single,​Single) === 
-This method returns an extent that is centered and zoomed out. 
-==== Remarks ==== 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an extent that is centered and zoomed out. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to center and zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen X you want to center on. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen Y you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOutToCenter(RectangleShape,​Int32,​Feature,​Single,​Single) === 
-This method returns an extent that is centered and zoomed out. 
-==== Remarks ==== 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an extent that is centered and zoomed out. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to center and zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-**centerFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the feature you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOutToCenter(RectangleShape,​Int32,​PointShape,​Single,​Single) === 
-This method returns an extent that is centered and zoomed out. 
-==== Remarks ==== 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns an extent that is centered and zoomed out. 
- 
-==== Parameters ==== 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want to center and zoom. 
- 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOutToCenter(Int32,​Single,​Single,​Single,​Single) === 
-This method updates the CurrentExtent by using the ZoomOutToCenter operation. 
-==== Remarks ==== 
-The CurrentExtent will  be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-**screenX** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen X you want to center on. 
- 
-**screenY** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen Y you want to center on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOutToCenter(Int32,​Feature,​Single,​Single) === 
-This method updates the CurrentExtent by using the ZoomOutToCenter operation. 
-==== Remarks ==== 
-The CurrentExtent will be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-**centerFeature** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-  * **Description**:​This parameter is the world point Feature you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomOutToCenter(Int32,​PointShape,​Single,​Single) === 
-This method updates the CurrentExtent by using the ZoomOutToCenter operation. 
-==== Remarks ==== 
-The CurrentExtent will be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​None. 
- 
-==== Parameters ==== 
-**percentage** 
-  * **Type**:​Int32 
-  * **Description**:​This parameter is the percentage by which you want to zoom out. 
- 
-**worldPoint** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Description**:​This parameter is the world point you want the extent to be centered on. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the width of the screen. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the height of the screen. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomToScale(Double,​GeographyUnit,​Single,​Single) === 
-This method updates the CurrentExtent by zooming to a certain scale. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**targetScale** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the scale you want to zoom into. 
- 
-**worldExtentUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the geographic unit of the CurrentExtent. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen width. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen height. 
- 
-[[#Public Methods|Go Back]] 
-=== ZoomToScale(Double,​RectangleShape,​GeographyUnit,​Single,​Single) === 
-This method returns a extent that has been zoomed into a certain scale. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This method returns a extent that has been zoomed into a certain scale. 
- 
-==== Parameters ==== 
-**targetScale** 
-  * **Type**:​Double 
-  * **Description**:​This parameter is the scale you want to zoom into. 
- 
-**worldExtent** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:​This parameter is the world extent you want zoomed into the scale. 
- 
-**worldExtentUnit** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:​This parameter is the geographic unit of the world extent parameter. 
- 
-**screenWidth** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen width. 
- 
-**screenHeight** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the screen height. 
- 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== OnAdornmentLayerDrawing(AdornmentLayerDrawingEventArgs) === 
-This event is raised before an AdornmentLayer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs|AdornmentLayerDrawingEventArgs]] 
-  * **Description**:​The AdornmentLayerDrawingEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnAdornmentLayerDrawn(AdornmentLayerDrawnEventArgs) === 
-This event is raised after an AdornmentLayer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawnEventArgs|AdornmentLayerDrawnEventArgs]] 
-  * **Description**:​The AdornmentLayerDrawnEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnAdornmentLayersDrawing(AdornmentLayersDrawingEventArgs) === 
-This event is raised before AdornmentLayers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs|AdornmentLayersDrawingEventArgs]] 
-  * **Description**:​The AdornmentLayersDrawingEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnAdornmentLayersDrawn(AdornmentLayersDrawnEventArgs) === 
-This event is raised after AdornmentLayers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs|AdornmentLayersDrawnEventArgs]] 
-  * **Description**:​The AdornmentLayersDrawnEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnLayerDrawing(LayerDrawingEventArgs) === 
-This event is raised before a Layer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.LayerDrawingEventArgs|LayerDrawingEventArgs]] 
-  * **Description**:​The LayerDrawingEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnLayerDrawn(LayerDrawnEventArgs) === 
-This event is raised after a Layer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.LayerDrawnEventArgs|LayerDrawnEventArgs]] 
-  * **Description**:​The LayerDrawnEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnLayersDrawing(LayersDrawingEventArgs) === 
-This event is raised before Layers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.LayersDrawingEventArgs|LayersDrawingEventArgs]] 
-  * **Description**:​The LayersDrawingEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnLayersDrawn(LayersDrawnEventArgs) === 
-This event is raised after Layers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.LayersDrawnEventArgs|LayersDrawnEventArgs]] 
-  * **Description**:​The LayersDrawnEventArgs passed for the event raised. 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== AdornmentLayers === 
-This property holds a collection of AdornmentLayers to be drawn on the MapEngine. 
-==== Remarks ==== 
-This collection of Layers StaticLayers will be drawn when calling the DrawAdornmentLayers API. 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.AdornmentLayer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
- 
-[[#Public Properties|Go Back]] 
-=== BackgroundFillBrush === 
-Gets or sets the GeoBrush for the background of the MapEngine. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
- 
-[[#Public Properties|Go Back]] 
-=== Canvas === 
-Gets and sets the GeoCanvas used to draw the Layers. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
- 
-[[#Public Properties|Go Back]] 
-=== CurrentExtent === 
-This property gets or sets the current extent of the MapEngine. 
-==== Remarks ==== 
-The current extent is the rectangle that is currently being shown on the MapEngine. 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-[[#Public Properties|Go Back]] 
-=== DynamicLayers === 
-This property holds a group of Layers to be drawn on the MapEngine. 
-==== Remarks ==== 
-This collection of Layers StaticLayers will be drawn when calling the DrawDynamicLayers API. 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.Layer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
- 
-[[#Public Properties|Go Back]] 
-=== ShowLogo === 
-This property specifies whether the logo is shown on the Map or not. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Boolean 
- 
-[[#Public Properties|Go Back]] 
-=== StaticLayers === 
-This property holds a group of Layers to be drawn on the MapEngine. 
-==== Remarks ==== 
-This collection of Layers StaticLayers will be drawn when calling the DrawStaticLayers API. 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.Layer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-=== AdornmentLayerDrawing === 
-This event is raised before an AdornmentLayer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawingEventArgs|AdornmentLayerDrawingEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== AdornmentLayerDrawn === 
-This event is raised after an AdornmentLayer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayerDrawnEventArgs|AdornmentLayerDrawnEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== AdornmentLayersDrawing === 
-This event is raised before AdornmentLayers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs|AdornmentLayersDrawingEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== AdornmentLayersDrawn === 
-This event is raised after AdornmentLayers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.AdornmentLayersDrawnEventArgs|AdornmentLayersDrawnEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== LayerDrawing === 
-This event is raised before a Layer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayerDrawingEventArgs|LayerDrawingEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== LayerDrawn === 
-This event is raised after a Layer is drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayerDrawnEventArgs|LayerDrawnEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== LayersDrawing === 
-This event is raised before Layers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayersDrawingEventArgs|LayersDrawingEventArgs]] 
- 
-[[#Public Events|Go Back]] 
-=== LayersDrawn === 
-This event is raised after Layers are drawn. 
-==== Remarks ==== 
-N/A 
- 
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.LayersDrawnEventArgs|LayersDrawnEventArgs]] 
- 
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.mapengine.1442486082.txt.gz ยท Last modified: 2015/09/17 10:34 by admin