User Tools

Site Tools


thinkgeo.mapsuite.core.extenthelper

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.extenthelper [2015/09/21 01:03]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.ExtentHelper ====== 
-This static class exposes a number of helpful methods when dealing with extents. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.Core.ExtentHelper** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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. 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CenterAt(RectangleShape,​Single,​Single,​Single,​Single) ** 
- 
-This method returns an adjusted extent centered on a point. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetScreenDistanceBetweenTwoWorldPoints(RectangleShape,​PointShape,​PointShape,​Single,​Single) ** 
- 
-This method returns the number of pixels between two world points. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetScreenDistanceBetweenTwoWorldPoints(RectangleShape,​Feature,​Feature,​Single,​Single) ** 
- 
-This method returns the number of pixels between two features. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:Single 
-  * Description:​This method returns the number of pixels between two features. 
- 
-== 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 feature -- the one you want to measure from. 
- 
-  * //​worldPointFeature2//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​This parameter is the second 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetWorldDistanceBetweenTwoScreenPoints(RectangleShape,​ScreenPointF,​ScreenPointF,​Single,​Single,​GeographyUnit,​DistanceUnit) ** 
- 
-This method returns the distance in world units between two screen points. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​This method returns the distance in world 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetWorldDistanceBetweenTwoScreenPoints(RectangleShape,​Single,​Single,​Single,​Single,​Single,​Single,​GeographyUnit,​DistanceUnit) ** 
- 
-This method returns the distance in world units between two screen points. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetScale(RectangleShape,​Single,​GeographyUnit) ** 
- 
-This method returns the current scale. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​This method returns the current scale. 
- 
-== Parameters == 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter is the world extent you want to find the scale for. 
- 
-  * //​screenWidth//​ 
-    * Type:Single 
-    * Description:​This parameter is the screen width. 
- 
-  * //​worldExtentUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​This parameter is the unit of the world extent. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetScale(RectangleShape,​Single,​GeographyUnit,​Single) ** 
- 
-This method returns the current scale. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​This method returns the current scale. 
- 
-== Parameters == 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter is the world extent you want to find the scale for. 
- 
-  * //​screenWidth//​ 
-    * Type:Single 
-    * Description:​This parameter is the screen width. 
- 
-  * //​worldExtentUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​This parameter is the unit of the world extent. 
- 
-  * //dpi// 
-    * Type:Single 
-    * Description:​This parameter is the dpi of the world extent. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetBoundingBoxOfItems(IEnumerable<​BaseShape>​) ** 
- 
-This API gets the BoundingBox of a group of BaseShapes. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​The BoundingBox that contains all of 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} GetBoundingBoxOfItems(IEnumerable<​Feature>​) ** 
- 
-This API gets the BoundingBox of a group of Features. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomIn(RectangleShape,​Int32) ** 
- 
-This method returns a new extent that is zoomed in by the percentage provided. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 to. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage by which you want to zoom in. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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 to. 
- 
-  * //​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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomIntoCenter(RectangleShape,​Int32,​Feature,​Single,​Single) ** 
- 
-This method returns an extent that is centered and zoomed. 
-== Remarks == 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to call GetDrawingExtent afterwards. 
- 
-== Return Value == 
-  * 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 to. 
- 
-  * //​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 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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 to. 
- 
-  * //​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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomOut(RectangleShape,​Int32) ** 
- 
-This method returns a new extent that is zoomed out by the percentage provided. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 out to. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage by which you want to zoom out. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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 out to. 
- 
-  * //​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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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 out to. 
- 
-  * //​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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 afterward. 
- 
-== Return Value == 
-  * 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 out to. 
- 
-  * //​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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Pan(RectangleShape,​PanDirection,​Int32) ** 
- 
-This method returns a panned extent. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 in which you want to pan. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage by which you want to pan. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} Pan(RectangleShape,​Single,​Int32) ** 
- 
-This method returns a panned extent. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 degree you want to pan. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage by which you want to pan. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ToScreenCoordinate(RectangleShape,​Double,​Double,​Single,​Single) ** 
- 
-This method returns screen coordinates from world coordinates. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ToScreenCoordinate(RectangleShape,​RectangleShape,​Single,​Single) ** 
- 
-This method returns Rectangle in screen coordinates from RectangleShape in world coordinates. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] 
-  * Description:​This method returns Rectangle in screen coordinates from RectangleShape in world coordinates. 
- 
-== Parameters == 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter is the world extent. 
- 
-  * //​targetExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter is the rectangle shape in world coordinate you want converted to a rectangle in screen coordinate. 
- 
-  * //​currentExtentWidth//​ 
-    * Type:Single 
-    * Description:​This parameter is the width of the screen. 
- 
-  * //​currentExtentHeight//​ 
-    * Type:Single 
-    * Description:​This parameter is the height of the screen. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ToScreenCoordinate(RectangleShape,​PointShape,​Single,​Single) ** 
- 
-This method returns screen coordinates from world coordinates. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ToScreenCoordinate(RectangleShape,​Feature,​Single,​Single) ** 
- 
-This method returns screen coordinates from world coordinates. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ToWorldCoordinate(RectangleShape,​Single,​Single,​Single,​Single) ** 
- 
-This method returns world coordinates from screen coordinates. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ToWorldCoordinate(RectangleShape,​ScreenPointF,​Single,​Single) ** 
- 
-This method returns world coordinates from screen coordinates. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} 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 == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomToScale(Double,​RectangleShape,​GeographyUnit,​Single,​Single) ** 
- 
-This method returns a extent that has been zoomed into a certain scale. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomToScale(Double,​RectangleShape,​GeographyUnit,​Single,​Single,​ScreenPointF) ** 
- 
-This method returns a extent that has been zoomed into a certain scale. 
-== Remarks == 
-None 
- 
-== Return Value == 
-  * 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. 
- 
-  * //​offsetScreenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​This parameter is the offsetScreenPoint. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomIntoOffsetPoint(RectangleShape,​Single,​Single,​ScreenPointF,​Int32) ** 
- 
-This method returns an extent that is keeping the offsetScreenPoint constant and zoomed. 
-== Remarks == 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to afterward call GetDrawingExtent. 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​This method returns an extent that is keeping the offsetScreenPoint constant and zoomed. 
- 
-== Parameters == 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter is the world extent that you want centered and zoomed. 
- 
-  * //​screenWidth//​ 
-    * Type:Single 
-    * Description:​This parameter is the width in screen coordinates. 
- 
-  * //​screenHeight//​ 
-    * Type:Single 
-    * Description:​This parameter is the height in screen coordinates. 
- 
-  * //​offsetScreenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​This parameter is the screen point you want to keep it constant. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage you want to zoom. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ZoomOutToOffsetPoint(RectangleShape,​Single,​Single,​ScreenPointF,​Int32) ** 
- 
-This method returns an extent that is keeping the offsetScreenPoint constant and zoomed. 
-== Remarks == 
-The resulting rectangle will already be adjusted for the ratio of the screen. You do not need to afterward call GetDrawingExtent. 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​This method returns an extent that is keeping the offsetScreenPoint constant and zoomed. 
- 
-== Parameters == 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter is the world extent that you want centered and zoomed. 
- 
-  * //​screenWidth//​ 
-    * Type:Single 
-    * Description:​This parameter is the width in screen coordinates. 
- 
-  * //​screenHeight//​ 
-    * Type:Single 
-    * Description:​This parameter is the height in screen coordinates. 
- 
-  * //​offsetScreenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​This parameter is the screen point you want to keep it constant. 
- 
-  * //​percentage//​ 
-    * Type:Int32 
-    * Description:​This parameter is the percentage you want to zoom. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ResizeExtent(RectangleShape,​Single,​Single,​Single,​GeographyUnit,​MapResizeMode) ** 
- 
-This method returns a RectangleShape by resize parameters. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​This method returns a RectangleShape by resize parameters. 
- 
-== Parameters == 
-  * //​sourceExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​The rectangle shape before rezise 
- 
-  * //​sourceScreenWidth//​ 
-    * Type:Single 
-    * Description:​The width of the source rectangle shape in screen coordinate 
- 
-  * //​targetScreenWidth//​ 
-    * Type:Single 
-    * Description:​The width of the target rectangle shape in screen coordinate 
- 
-  * //​targetScreenHeight//​ 
-    * Type:Single 
-    * Description:​The height of the target rectangle shape in screen coordinate 
- 
-  * //mapUnit// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​map unit which this rectangle shape used 
- 
-  * //​resizeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.MapResizeMode|MapResizeMode]] 
-    * Description:​Represents resize type which can decide to use which way to resize. 
- 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} W3g=(RectangleShape,​Single,​GeographyUnit,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //XHg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //XXg=// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //Xng=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //X3g=// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} nxk=(Double,​Collection<​Double>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //aHg=// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //aXg=// 
-    * Type:​Collection<​Double>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} nxk=(Double,​Collection<​Double>,​Double,​Double) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //ang=// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //a3g=// 
-    * Type:​Collection<​Double>​ 
-    * Description:​N/​A 
- 
-  * //bHg=// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //bXg=// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} pBk=(RectangleShape,​Single,​GeographyUnit) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Double 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //bng=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //b3g=// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //cHg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} mhk=(Double,​RectangleShape,​GeographyUnit,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //h3g=// 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //iHg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //iXg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-  * //ing=// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} i3g=(GeoImage,​DrawingRectangle,​DrawingRectangleF) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //jHg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //jXg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] 
-    * Description:​N/​A 
- 
-  * //jng=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} j3g=(PointShape) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //kHg=// 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} 2hs=() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} kXg=(Dictionary<​String,​String>​) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //kng=// 
-    * Type:​Dictionary<​String,​String>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Public Properties ==== 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.core.extenthelper.1442797388.txt.gz ยท Last modified: 2015/09/21 01:03 by admin