User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.wpfgeocanvas

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.wpfdesktopedition.wpfgeocanvas [2015/09/18 03:17]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoCanvas ====== 
-This class represents a GeoCanvas to draw by Wpf Shape objects. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.Core.GeoCanvas 
-      ***ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoCanvas** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} WpfGeoCanvas() ** 
- 
-Constructor of the WpfGeoCanvas class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetStreamFromGeoImage(GeoImage) ** 
- 
-Get the stream from the passed-in GeoImage. ​ This API is an abstract API and will be implemented in each concrete sub-class. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Stream 
-  * Description:​The returning stream retrieved from the passed-in image. 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​The parameter specifies the image to get the stream from. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CloneDeep() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Clear(GeoBrush) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(Feature,​GeoPen,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(AreaBaseShape,​GeoPen,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(Feature,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(AreaBaseShape,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(Feature,​GeoPen,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(AreaBaseShape,​GeoPen,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(Feature,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(AreaBaseShape,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]] 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawArea(IEnumerable<​ScreenPointF[]>,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoints//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF[]|ScreenPointF[]]]>​ 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawLine(Feature,​GeoPen,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //linePen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawLine(LineBaseShape,​GeoPen,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-    * Description:​N/​A 
- 
-  * //linePen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawLine(Feature,​GeoPen,​DrawingLevel,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //linePen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawLine(LineBaseShape,​GeoPen,​DrawingLevel,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]] 
-    * Description:​N/​A 
- 
-  * //linePen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawLine(IEnumerable<​ScreenPointF>,​GeoPen,​DrawingLevel,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoints//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>​ 
-    * Description:​N/​A 
- 
-  * //linePen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(Feature,​Single,​Single,​GeoPen,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(PointBaseShape,​Single,​Single,​GeoPen,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(Feature,​Single,​Single,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​centerPointFeature//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(PointBaseShape,​Single,​Single,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(Feature,​Single,​Single,​GeoPen,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(PointBaseShape,​Single,​Single,​GeoPen,​GeoBrush,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(Feature,​Single,​Single,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //feature// 
-    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(PointBaseShape,​Single,​Single,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //shape// 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawEllipse(ScreenPointF,​Single,​Single,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawWorldImageWithoutScaling(GeoImage,​Double,​Double,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​centerYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawWorldImageWithoutScaling(GeoImage,​Double,​Double,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​centerYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawScreenImageWithoutScaling(GeoImage,​Single,​Single,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​centerYInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawWorldImage(GeoImage,​Double,​Double,​Single,​Single,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​centerYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​widthInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​heightInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawWorldImage(GeoImage,​Double,​Double,​Double,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​centerYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​imageScale//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawWorldImage(GeoImage,​Double,​Double,​Single,​Single,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​centerYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​widthInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​heightInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawScreenImage(GeoImage,​Single,​Single,​Single,​Single,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-  * //​centerXInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​centerYInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​widthInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​heightInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawTextWithScreenCoordinate(String,​GeoFont,​GeoBrush,​Single,​Single,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​upperLeftXInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​upperLeftYInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawTextWithScreenCoordinate(String,​GeoFont,​GeoBrush,​GeoPen,​Single,​Single,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //haloPen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​upperLeftXInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​upperLeftYInScreen//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawTextWithWorldCoordinate(String,​GeoFont,​GeoBrush,​Double,​Double,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​upperLeftXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​upperLeftYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawTextWithWorldCoordinate(String,​GeoFont,​GeoBrush,​GeoPen,​Double,​Double,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //haloPen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​upperLeftXInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​upperLeftYInWorld//​ 
-    * Type:Double 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawText(String,​GeoFont,​GeoBrush,​IEnumerable<​ScreenPointF>,​DrawingLevel) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //​textPathInScreen//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>​ 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} DrawText(String,​GeoFont,​GeoBrush,​GeoPen,​IEnumerable<​ScreenPointF>,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-  * //haloPen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​N/​A 
- 
-  * //​textPathInScreen//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>​ 
-    * Description:​N/​A 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​N/​A 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} MeasureText(String,​GeoFont) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} BeginDrawing(Object,​RectangleShape,​GeographyUnit) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //​drawingMapUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToNativeImage(GeoImage) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToGeoImage(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} EndDrawing() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Flush() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} BeginDrawingCore(Object,​RectangleShape,​GeographyUnit) ** 
- 
-Prepare parameters for drawing with Shape objects. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​A canvas object that holds the drawing shape objects. 
- 
-  * //​worldExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​An area to draw shapes on the canvas. 
- 
-  * //​drawingMapUnit//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-    * Description:​A geography unit for drawing. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawAreaCore(IEnumerable<​ScreenPointF[]>,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-Draws an area with GeoCanvas. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoints//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF[]|ScreenPointF[]]]>​ 
-    * Description:​A collection of screen points for the area. 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​Outline for drawing the area. 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​Fill brush for drawing the area. 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​Drawing level. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​Screen offset x for drawing. 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​Screen offset y for drawing. 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​An order that draws by pen and brush. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawLineCore(IEnumerable<​ScreenPointF>,​GeoPen,​DrawingLevel,​Single,​Single) ** 
- 
-Draws a line with GeoCanvas. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoints//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>​ 
-    * Description:​Screen points for the line. 
- 
-  * //linePen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​Pen for drawing lines. 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​Drawing level. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​Screen offset x for drawing line. 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​Screen offset y for drawing line. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawEllipseCore(ScreenPointF,​Single,​Single,​GeoPen,​GeoBrush,​DrawingLevel,​Single,​Single,​PenBrushDrawingOrder) ** 
- 
-Draws an ellipse with GeoCanvas. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​screenPoint//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​Screen points of the ellipse. 
- 
-  * //width// 
-    * Type:Single 
-    * Description:​Width in screen coordinate of the ellipse. 
- 
-  * //height// 
-    * Type:Single 
-    * Description:​Height in screen coordinate of the ellipse. 
- 
-  * //​outlinePen//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​A pen for drawing the outline of the ellipse. 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​A brush for filling the ellipse. 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​Drawing level. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​Screen offset x for drawing ellipse. 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​Screen offset y for drawing ellipse. 
- 
-  * //​penBrushDrawingOrder//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] 
-    * Description:​An order that draws by pen and brush. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawScreenImageWithoutScalingCore(GeoImage,​Single,​Single,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-Draws an image without scaling. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​An image source for drawing. 
- 
-  * //​centerXInScreen//​ 
-    * Type:Single 
-    * Description:​Screen center x of the image. 
- 
-  * //​centerYInScreen//​ 
-    * Type:Single 
-    * Description:​Screen center y of the image. 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​Drawing level. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​Screen offset x for drawing image. 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​Screen offset y for drawing image. 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​Rotate angle for drawing image. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawScreenImageCore(GeoImage,​Single,​Single,​Single,​Single,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-Draws an image with specified screen with and height. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​An image source for drawing. 
- 
-  * //​centerXInScreen//​ 
-    * Type:Single 
-    * Description:​Screen center x of the image. 
- 
-  * //​centerYInScreen//​ 
-    * Type:Single 
-    * Description:​Screen center y of the image. 
- 
-  * //​widthInScreen//​ 
-    * Type:Single 
-    * Description:​Screen width of the image. 
- 
-  * //​heightInScreen//​ 
-    * Type:Single 
-    * Description:​Screen height of the image. 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​Drawing level. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​Screen offset x for drawing image. 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​Screen offset y for drawing image. 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​Rotate angle for drawing image. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} DrawTextCore(String,​GeoFont,​GeoBrush,​GeoPen,​IEnumerable<​ScreenPointF>,​DrawingLevel,​Single,​Single,​Single) ** 
- 
-Draws text with GeoCanvas. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​This parameter specifies the text you wish to draw. 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​This parameter represents the font you wish to use to draw the text. 
- 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​This parameter specifies the kind of fill you want to use to draw the text. 
- 
-  * //haloPen// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] 
-    * Description:​This parameter specifies the HaloPen that will be used to draw the text, when the HaloPen effect is needed. 
- 
-  * //​textPathInScreen//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>​ 
-    * Description:​This parameter specifies the path on which to draw the text. 
- 
-  * //​drawingLevel//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] 
-    * Description:​This parameter specifies the drawing level you wish to draw the text on. Higher levels overwrite lower levels. 
- 
-  * //xOffset// 
-    * Type:Single 
-    * Description:​This parameter determines the X offset for the text to be drawn. 
- 
-  * //yOffset// 
-    * Type:Single 
-    * Description:​This parameter determines the Y offset for the text to be drawn. 
- 
-  * //​rotateAngle//​ 
-    * Type:Single 
-    * Description:​This parameter determines the rotation angle for the text to be drawn. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MeasureTextCore(String,​GeoFont) ** 
- 
-This method returns the rectangle that contains the specified text, when that text is drawn with the specified font. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-  * Description:​This method returns the rectangle that contains the specified text, when that text is drawn with the specified font. 
- 
-== Parameters == 
-  * //text// 
-    * Type:String 
-    * Description:​This parameter represents the text to be measured. 
- 
-  * //font// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-    * Description:​This parameter represents the font for drawing text. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ToNativeImageCore(GeoImage) ** 
- 
-This method will throw NotImplementedException. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //image// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ToGeoImageCore(Object) ** 
- 
-This method will throw NotImplementedException. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetCanvasWidthCore(Object) ** 
- 
-This method gets the canvas width of the passed-in native image object. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Single 
-  * Description:​The returning canvas width. 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​The native image that will be used to get the image width. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetCanvasHeightCore(Object) ** 
- 
-This method gets the canvas height of the passed-in native image object. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Single 
-  * Description:​The returning canvas height. 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​The native image will be used to get the image height. 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} FlushCore() ** 
- 
-This method flush drawing and commits the drawing on the GeoCanvas. 
-== Remarks == 
-This method should be called when you are finished drawing. It will commit the image changes to the image you passed in on BeginDrawing. It will also set IsDrawing to false. After you call this method it will put the GeoCanvas into an invalid state, so if you then call any drawing methods it will raise an exception. 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} KRY=(DrawingRectangleF) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​drawingRectangle//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ClearCore(GeoBrush) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​fillBrush//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetCanvasWidth(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Single 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetCanvasHeight(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Single 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​nativeImage//​ 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} 6xU=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​waterMarkedString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} 7BU=(String) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​waterMarkedString//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} EndDrawingCore() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{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>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} ClippingArea ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentScale ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} DrawingQuality ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] 
- 
-** {{wiki:​PublicProperty.gif|}} MapUnit ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
- 
-** {{wiki:​PublicProperty.gif|}} Width ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} Height ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} CurrentWorldExtent ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} HasKeyColor ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} KeyColors ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​ 
- 
-** {{wiki:​PublicProperty.gif|}} NativeImage ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-** {{wiki:​PublicProperty.gif|}} IsDrawing ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} Dpi ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} IRY= ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Public Events ==== 
-** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
- 
  
thinkgeo.mapsuite.wpfdesktopedition.wpfgeocanvas.1442546250.txt.gz ยท Last modified: 2015/09/18 03:17 by admin