This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.androidgeocanvas [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.AndroidEdition.AndroidGeoCanvas ====== | ||
- | |||
- | |||
- | |||
- | <!-- Class --> | ||
- | This class represents a canvas that is used to draw geographic shapes. It is intended to be inherited for the implementation of different drawing systems. | ||
- | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | ||
- | **[[ThinkGeo.MapSuite.Core.GeoCanvas]] | ||
- | ***[[ThinkGeo.MapSuite.AndroidEdition.AndroidGeoCanvas]] | ||
- | ===== Members Summary ===== | ||
- | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#AndroidGeoCanvas()|AndroidGeoCanvas]] | | | Initializes a new instance of the class. | | ||
- | |||
- | ==== Protected Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#BeginDrawing(Object, RectangleShape, GeographyUnit)|BeginDrawing]] | Object, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Clear(GeoBrush)|Clear]] | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#CloneDeep()|CloneDeep]] | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(AreaBaseShape, GeoPen, DrawingLevel)|DrawArea]] | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(Feature, GeoPen, DrawingLevel)|DrawArea]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(Feature, GeoPen, GeoBrush, DrawingLevel)|DrawArea]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(AreaBaseShape, GeoPen, GeoBrush, DrawingLevel)|DrawArea]] | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(Feature, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawArea]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(AreaBaseShape, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawArea]] | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(AreaBaseShape, GeoBrush, DrawingLevel)|DrawArea]] | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(Feature, GeoBrush, DrawingLevel)|DrawArea]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawArea(IEnumerable<ScreenPointF[]>, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawArea]] | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]][]>, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(Feature, Single, Single, GeoBrush, DrawingLevel)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(PointBaseShape, Single, Single, GeoBrush, DrawingLevel)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(Feature, Single, Single, GeoPen, GeoBrush, DrawingLevel)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(PointBaseShape, Single, Single, GeoPen, GeoBrush, DrawingLevel)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(Feature, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(PointBaseShape, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(ScreenPointF, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(PointBaseShape, Single, Single, GeoPen, DrawingLevel)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawEllipse(Feature, Single, Single, GeoPen, DrawingLevel)|DrawEllipse]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawLine(Feature, GeoPen, DrawingLevel)|DrawLine]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawLine(LineBaseShape, GeoPen, DrawingLevel)|DrawLine]] | [[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawLine(Feature, GeoPen, DrawingLevel, Single, Single)|DrawLine]] | [[ThinkGeo.MapSuite.Core.Feature|Feature]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawLine(LineBaseShape, GeoPen, DrawingLevel, Single, Single)|DrawLine]] | [[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawLine(IEnumerable<ScreenPointF>, GeoPen, DrawingLevel, Single, Single)|DrawLine]] | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawScreenImage(GeoImage, Single, Single, Single, Single, DrawingLevel, Single, Single, Single)|DrawScreenImage]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Single, Single, Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawScreenImageWithoutScaling(GeoImage, Single, Single, DrawingLevel, Single, Single, Single)|DrawScreenImageWithoutScaling]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawText(String, GeoFont, GeoBrush, IEnumerable<ScreenPointF>, DrawingLevel)|DrawText]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawText(String, GeoFont, GeoBrush, GeoPen, IEnumerable<ScreenPointF>, DrawingLevel, Single, Single, Single)|DrawText]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawTextWithScreenCoordinate(String, GeoFont, GeoBrush, GeoPen, Single, Single, DrawingLevel)|DrawTextWithScreenCoordinate]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawTextWithScreenCoordinate(String, GeoFont, GeoBrush, Single, Single, DrawingLevel)|DrawTextWithScreenCoordinate]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawTextWithWorldCoordinate(String, GeoFont, GeoBrush, GeoPen, Double, Double, DrawingLevel)|DrawTextWithWorldCoordinate]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], Double, Double, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawTextWithWorldCoordinate(String, GeoFont, GeoBrush, Double, Double, DrawingLevel)|DrawTextWithWorldCoordinate]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], Double, Double, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawWorldImage(GeoImage, Double, Double, Single, Single, DrawingLevel)|DrawWorldImage]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Double, Double, Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawWorldImage(GeoImage, Double, Double, Double, DrawingLevel, Single, Single, Single)|DrawWorldImage]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Double, Double, Double, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawWorldImage(GeoImage, Double, Double, Single, Single, DrawingLevel, Single, Single, Single)|DrawWorldImage]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Double, Double, Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawWorldImageWithoutScaling(GeoImage, Double, Double, DrawingLevel)|DrawWorldImageWithoutScaling]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Double, Double, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawWorldImageWithoutScaling(GeoImage, Double, Double, DrawingLevel, Single, Single, Single)|DrawWorldImageWithoutScaling]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Double, Double, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#EndDrawing()|EndDrawing]] | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Flush()|Flush]] | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetStreamFromGeoImage(GeoImage)|GetStreamFromGeoImage]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | Get the stream from the passed-in GeoImage. This API is an abstract API and will be implemented in each concrete sub-class. | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MeasureText(String, GeoFont)|MeasureText]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToGeoImage(Object)|ToGeoImage]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToNativeImage(GeoImage)|ToNativeImage]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | ||
- | |||
- | ==== Protected Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#BeginDrawingCore(Object, RectangleShape, GeographyUnit)|BeginDrawingCore]] | Object, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method begins the act of drawing on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ClearCore(GeoBrush)|ClearCore]] | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method clears the current GeoCanvas using the color specified. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CloneDeepCore()|CloneDeepCore]] | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAreaCore(IEnumerable<ScreenPointF[]>, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawAreaCore]] | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]][]>, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method draws an area on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawEllipseCore(ScreenPointF, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder)|DrawEllipseCore]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]], Single, Single, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | Draws a point on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawLineCore(IEnumerable<ScreenPointF>, GeoPen, DrawingLevel, Single, Single)|DrawLineCore]] | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>, [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | Draws the LineShape on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawScreenImageCore(GeoImage, Single, Single, Single, Single, DrawingLevel, Single, Single, Single)|DrawScreenImageCore]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Single, Single, Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | Draws a scaled image on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawScreenImageWithoutScalingCore(GeoImage, Single, Single, DrawingLevel, Single, Single, Single)|DrawScreenImageWithoutScalingCore]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]], Single, Single, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | Draws an unscaled image on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawTextCore(String, GeoFont, GeoBrush, GeoPen, IEnumerable<ScreenPointF>, DrawingLevel, Single, Single, Single)|DrawTextCore]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]], [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]], [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]], IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]>, [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]], Single, Single, Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method allows you to draw text at the specified location, using the specified brush and font parameters. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#EndDrawingCore()|EndDrawingCore]] | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method ends drawing and commits the drawing on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#FlushCore()|FlushCore]] | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method flush drawing and commits the drawing on the GeoCanvas. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCanvasHeight(Object)|GetCanvasHeight]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCanvasHeightCore(Object)|GetCanvasHeightCore]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method gets the canvas height of the passed-in native image object. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCanvasWidth(Object)|GetCanvasWidth]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetCanvasWidthCore(Object)|GetCanvasWidthCore]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method gets the canvas width of the passed-in native image object. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureTextCore(String, GeoFont)|MeasureTextCore]] | String, [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method returns the rectangle that contains the specified text, when that text is drawn with the specified font. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]] | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ToGeoImageCore(Object)|ToGeoImageCore]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method converts an oboject to a GeoImage. In GdiPlus, this object is often a NativeImage. | | ||
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ToNativeImageCore(GeoImage)|ToNativeImageCore]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]](overriden) | This method converts a GeoImage to a commonly-used object. In GdiPlus, this object is often a NativeImage. | | ||
- | |||
- | ==== Public Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ClippingArea|ClippingArea]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentScale|CurrentScale]] | Double | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentWorldExtent|CurrentWorldExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Dpi|Dpi]] | Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawingQuality|DrawingQuality]] | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HasKeyColor|HasKeyColor]] | Boolean | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsDrawing|IsDrawing]] | Boolean | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#IsDrawingLevelEnabled|IsDrawingLevelEnabled]] | Boolean | | Gets or sets a value indicating whether this instance is drawing level enabled. | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#KeyColors|KeyColors]] | Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MapUnit|MapUnit]] | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#NativeImage|NativeImage]] | Object | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Single | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | |||
- | ==== Protected Properties ==== | ||
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
- | |||
- | ==== Public Events ==== | ||
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
- | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingProgressChanged|DrawingProgressChanged]] | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | | | ||
- | |||
- | ===== Public Constructors ===== | ||
- | ==== AndroidGeoCanvas() ==== | ||
- | Initializes a new instance of the class. | ||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | ==== BeginDrawing(Object, RectangleShape, GeographyUnit) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | | | ||
- | | worldExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | | ||
- | | drawingMapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Clear(GeoBrush) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== CloneDeep() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(AreaBaseShape, GeoPen, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]<!-- ThinkGeo.MapSuite.Core.AreaBaseShape --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(Feature, GeoPen, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(Feature, GeoPen, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(AreaBaseShape, GeoPen, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]<!-- ThinkGeo.MapSuite.Core.AreaBaseShape --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(Feature, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(AreaBaseShape, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]<!-- ThinkGeo.MapSuite.Core.AreaBaseShape --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(AreaBaseShape, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.AreaBaseShape|AreaBaseShape]]<!-- ThinkGeo.MapSuite.Core.AreaBaseShape --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(Feature, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawArea(IEnumerable<ScreenPointF[]>, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | screenPoints | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]][]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF[[]]} --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(Feature, Single, Single, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | centerPointFeature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(PointBaseShape, Single, Single, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]]<!-- ThinkGeo.MapSuite.Core.PointBaseShape --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(Feature, Single, Single, GeoPen, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(PointBaseShape, Single, Single, GeoPen, GeoBrush, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]]<!-- ThinkGeo.MapSuite.Core.PointBaseShape --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(Feature, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(PointBaseShape, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]]<!-- ThinkGeo.MapSuite.Core.PointBaseShape --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(ScreenPointF, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | screenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(PointBaseShape, Single, Single, GeoPen, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.PointBaseShape|PointBaseShape]]<!-- ThinkGeo.MapSuite.Core.PointBaseShape --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawEllipse(Feature, Single, Single, GeoPen, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | width | Single<!-- System.Single --> | | | ||
- | | height | Single<!-- System.Single --> | | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawLine(Feature, GeoPen, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | linePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawLine(LineBaseShape, GeoPen, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.Core.LineBaseShape --> | | | ||
- | | linePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawLine(Feature, GeoPen, DrawingLevel, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | feature | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> | | | ||
- | | linePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawLine(LineBaseShape, GeoPen, DrawingLevel, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | shape | [[ThinkGeo.MapSuite.Core.LineBaseShape|LineBaseShape]]<!-- ThinkGeo.MapSuite.Core.LineBaseShape --> | | | ||
- | | linePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawLine(IEnumerable<ScreenPointF>, GeoPen, DrawingLevel, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | screenPoints | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF} --> | | | ||
- | | linePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawScreenImage(GeoImage, Single, Single, Single, Single, DrawingLevel, Single, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInScreen | Single<!-- System.Single --> | | | ||
- | | centerYInScreen | Single<!-- System.Single --> | | | ||
- | | widthInScreen | Single<!-- System.Single --> | | | ||
- | | heightInScreen | Single<!-- System.Single --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | rotateAngle | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawScreenImageWithoutScaling(GeoImage, Single, Single, DrawingLevel, Single, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInScreen | Single<!-- System.Single --> | | | ||
- | | centerYInScreen | Single<!-- System.Single --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | rotateAngle | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawText(String, GeoFont, GeoBrush, IEnumerable<ScreenPointF>, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | textPathInScreen | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF} --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawText(String, GeoFont, GeoBrush, GeoPen, IEnumerable<ScreenPointF>, DrawingLevel, Single, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | haloPen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | textPathInScreen | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF} --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | rotateAngle | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawTextWithScreenCoordinate(String, GeoFont, GeoBrush, GeoPen, Single, Single, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | haloPen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | upperLeftXInScreen | Single<!-- System.Single --> | | | ||
- | | upperLeftYInScreen | Single<!-- System.Single --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawTextWithScreenCoordinate(String, GeoFont, GeoBrush, Single, Single, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | upperLeftXInScreen | Single<!-- System.Single --> | | | ||
- | | upperLeftYInScreen | Single<!-- System.Single --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawTextWithWorldCoordinate(String, GeoFont, GeoBrush, GeoPen, Double, Double, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | haloPen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | | | ||
- | | upperLeftXInWorld | Double<!-- System.Double --> | | | ||
- | | upperLeftYInWorld | Double<!-- System.Double --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawTextWithWorldCoordinate(String, GeoFont, GeoBrush, Double, Double, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | | | ||
- | | upperLeftXInWorld | Double<!-- System.Double --> | | | ||
- | | upperLeftYInWorld | Double<!-- System.Double --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawWorldImage(GeoImage, Double, Double, Single, Single, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInWorld | Double<!-- System.Double --> | | | ||
- | | centerYInWorld | Double<!-- System.Double --> | | | ||
- | | widthInScreen | Single<!-- System.Single --> | | | ||
- | | heightInScreen | Single<!-- System.Single --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawWorldImage(GeoImage, Double, Double, Double, DrawingLevel, Single, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInWorld | Double<!-- System.Double --> | | | ||
- | | centerYInWorld | Double<!-- System.Double --> | | | ||
- | | imageScale | Double<!-- System.Double --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | rotateAngle | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawWorldImage(GeoImage, Double, Double, Single, Single, DrawingLevel, Single, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInWorld | Double<!-- System.Double --> | | | ||
- | | centerYInWorld | Double<!-- System.Double --> | | | ||
- | | widthInScreen | Single<!-- System.Single --> | | | ||
- | | heightInScreen | Single<!-- System.Single --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | rotateAngle | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawWorldImageWithoutScaling(GeoImage, Double, Double, DrawingLevel) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInWorld | Double<!-- System.Double --> | | | ||
- | | centerYInWorld | Double<!-- System.Double --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== DrawWorldImageWithoutScaling(GeoImage, Double, Double, DrawingLevel, Single, Single, Single) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | | centerXInWorld | Double<!-- System.Double --> | | | ||
- | | centerYInWorld | Double<!-- System.Double --> | | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | | | ||
- | | xOffset | Single<!-- System.Single --> | | | ||
- | | yOffset | Single<!-- System.Single --> | | | ||
- | | rotateAngle | Single<!-- System.Single --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== EndDrawing() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Equals(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Boolean<!-- System.Boolean --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | obj | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== Flush() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetHashCode() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Int32<!-- System.Int32 --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== 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. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Stream<!-- System.IO.Stream --> | The returning stream retrieved from the passed-in image. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | The parameter specifies the image to get the stream from. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== GetType() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Type<!-- System.Type --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== MeasureText(String, GeoFont) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | [[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]]<!-- ThinkGeo.MapSuite.Core.DrawingRectangleF --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToGeoImage(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToNativeImage(GeoImage) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- System.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ==== ToString() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | String<!-- System.String --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | ==== BeginDrawingCore(Object, RectangleShape, GeographyUnit) ==== | ||
- | This method begins the act of drawing on the GeoCanvas. | ||
- | === Remarks === | ||
- | This is the first method that needs to be called before any drawing takes place. Calling this method will set the IsDrawing property to true. When you finish drawing, you must call EndDrawing to commit the changes to the image. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | This parameter represents the image you want the GeoCanvas to draw on. | | ||
- | | worldExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter is the world extent of the canvasImage. | | ||
- | | drawingMapUnit | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | This parameter is the map unit of the canvasImage. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ClearCore(GeoBrush) ==== | ||
- | This method clears the current GeoCanvas using the color specified. | ||
- | === Remarks === | ||
- | Use this method to clear the GeoCanvas. | ||
- | |||
- | This method is designed to be overridden by the deriving class. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | This parameter specifies the the brush that will be used to clear the GeoCanvas. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== CloneDeepCore() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawAreaCore(IEnumerable<ScreenPointF[]>, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | This method draws an area on the GeoCanvas. | ||
- | === Remarks === | ||
- | This method is used to draw on the GeoCanvas. It provides you with a number of overloads that allow you to control how things are drawn. Specify the GeoBrush to fill in an area. Specify the GeoPen to outline an area using that GeoPen. You can also call an overload that will allow you to specify both a GeoPen and a GeoBrush. | ||
- | |||
- | The DrawingLevel allows you to specify the level you will draw on when you are drawing multiple areas. This is very useful when you want to draw a drop shadow, for example. In that case, you could draw the black backdrop on the lowest level with an offset, then draw the normal shape on a higher level without an offset. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | This method is used to draw on the GeoCanvas. It provides you with a number of overloads that allow you to control how things are drawn. Specify the GeoBrush to fill in an area. Specify the GeoPen to outline an area using that GeoPen. You can also call an overload that will allow you to specify both a GeoPen and a GeoBrush.The DrawingLevel allows you to specify the level you will draw on when you are drawing multiple areas. This is very useful when you want to draw a drop shadow, for example. In that case, you could draw the black backdrop on the lowest level with an offset, then draw the normal shape on a higher level without an offset. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | screenPoints | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]][]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF[[]]} --> | This parameter is the AreaShape in well-known binary format. | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | This parameter describes the outline GeoPen that will be used to draw the AreaShape. | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | This parameter describes the fill GeoBrush that will be used to draw the AreaShape. | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | This parameter determines the DrawingLevel that the GeoPen will draw on. | | ||
- | | xOffset | Single<!-- System.Single --> | This parameter determines the X offset for the feature to be drawn. | | ||
- | | yOffset | Single<!-- System.Single --> | This parameter determines the Y offset for the feature to be drawn. | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | This parameter determines the PenBrushDrawingOrder used when drawing the area type feature. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawEllipseCore(ScreenPointF, Single, Single, GeoPen, GeoBrush, DrawingLevel, Single, Single, PenBrushDrawingOrder) ==== | ||
- | Draws a point on the GeoCanvas. | ||
- | === Remarks === | ||
- | This method is used to draw a point on the GeoCanvas. It provides you with a number of overloads that allow you to control how it is drawn. Specify the GeoBrush to fill in the area of the point. Specify the GeoPen to outline the point using that GeoPen. You can also call a overload that will allow you to specify both a GeoPen and a GeoBrush. | ||
- | |||
- | The DrawingLevel allows you to specify the level you will draw on when drawing many points. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | screenPoint | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | This parameter is the center point in well-known binary format. | | ||
- | | width | Single<!-- System.Single --> | This parameter describes the width of the ellipse to be drawn. | | ||
- | | height | Single<!-- System.Single --> | This parameter describes the height of the ellipse to be drawn. | | ||
- | | outlinePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | This parameter describes the outline GeoPen that will be used to draw the point. | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | This parameter describes the fill GeoBrush that will be used to draw the point. | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | This parameter determines the DrawingLevel that the GeoPen or GeoBrush will draw on. | | ||
- | | xOffset | Single<!-- System.Single --> | This parameter determines the X offset for the screenPoint to be drawn. | | ||
- | | yOffset | Single<!-- System.Single --> | This parameter determines the Y offset for the screenPoint to be drawn. | | ||
- | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]]<!-- ThinkGeo.MapSuite.Core.PenBrushDrawingOrder --> | This parameter determines the PenBrushDrawingOrder used when drawing the ellipse. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawLineCore(IEnumerable<ScreenPointF>, GeoPen, DrawingLevel, Single, Single) ==== | ||
- | Draws the LineShape on the GeoCanvas. | ||
- | === Remarks === | ||
- | This method is used to draw a line on the GeoCanvas using the specified GeoPen. | ||
- | |||
- | The DrawingLevel allows you to specify the level you will draw on when drawing multiple lines. This is very useful when you want to draw a road, for example. You can draw the black background on the lowest level, then draw a slightly thinner white line on a higher level. This will result in a great effect for a road. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | screenPoints | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF} --> | This parameter is the LineShape in well-known binary format. | | ||
- | | linePen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | This parameter describes the GeoPen that will be used to draw the LineShape. | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | This parameter determines the DrawingLevel that the GeoPen will draw on. | | ||
- | | xOffset | Single<!-- System.Single --> | This parameter determines the X offset for the feature to be drawn. | | ||
- | | yOffset | Single<!-- System.Single --> | This parameter determines the Y offset for the feature to be drawn. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawScreenImageCore(GeoImage, Single, Single, Single, Single, DrawingLevel, Single, Single, Single) ==== | ||
- | Draws a scaled image on the GeoCanvas. | ||
- | === Remarks === | ||
- | Drawing an image scaled is slower than using the API that draws it unscaled. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | The image you want to draw. | | ||
- | | centerXInScreen | Single<!-- System.Single --> | The X coordinate of the center point (in screen coordinates) of where you want to draw the image. | | ||
- | | centerYInScreen | Single<!-- System.Single --> | The Y coordinate of the center point (in screen coordinates) of where you want to draw the image. | | ||
- | | widthInScreen | Single<!-- System.Single --> | The width you want to scale the image to. This is the width of the image that will be drawn. | | ||
- | | heightInScreen | Single<!-- System.Single --> | The height you want to scale the image to. This is the height of the image that will be drawn. | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | This parameter determines the DrawingLevel the image will draw on. | | ||
- | | xOffset | Single<!-- System.Single --> | This parameter determines the X offset for the image to be drawn. | | ||
- | | yOffset | Single<!-- System.Single --> | This parameter determines the Y offset for the image to be drawn. | | ||
- | | rotateAngle | Single<!-- System.Single --> | This parameter determines the rotation angle for the image to be drawn. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawScreenImageWithoutScalingCore(GeoImage, Single, Single, DrawingLevel, Single, Single, Single) ==== | ||
- | Draws an unscaled image on the GeoCanvas. | ||
- | === Remarks === | ||
- | Drawing an image unscaled is faster than using the API that scales it. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | The image you want to draw unscaled. | | ||
- | | centerXInScreen | Single<!-- System.Single --> | The X coordinate of the center point (in screen coordinates) of where you want to draw the image. | | ||
- | | centerYInScreen | Single<!-- System.Single --> | The Y coordinate of the center point (in screen coordinates) of where you want to draw the image. | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | This parameter determines the DrawingLevel the image will draw on. | | ||
- | | xOffset | Single<!-- System.Single --> | This parameter determines the X offset for the image to be drawn. | | ||
- | | yOffset | Single<!-- System.Single --> | This parameter determines the Y offset for the image to be drawn. | | ||
- | | rotateAngle | Single<!-- System.Single --> | This parameter determines the rotation angle for the image to be drawn. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== DrawTextCore(String, GeoFont, GeoBrush, GeoPen, IEnumerable<ScreenPointF>, DrawingLevel, Single, Single, Single) ==== | ||
- | This method allows you to draw text at the specified location, using the specified brush and font parameters. | ||
- | === Remarks === | ||
- | This method is used to draw text on the GeoCanvas. | ||
- | |||
- | The DrawingLevel allows you to specify the level you will draw on when drawing multiple text items. This is very useful when you want to draw a drop shadow, for example. You can draw the black backdrop on the lowest level with an offset, then draw the normal text on a higher level without an offset. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | This parameter specifies the text you wish to draw. | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | This parameter represents the font you wish to use to draw the text. | | ||
- | | fillBrush | [[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]]<!-- ThinkGeo.MapSuite.Core.GeoBrush --> | This parameter specifies the kind of fill you want to use to draw the text. | | ||
- | | haloPen | [[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]<!-- ThinkGeo.MapSuite.Core.GeoPen --> | This parameter specifies the HaloPen that will be used to draw the text, when the HaloPen effect is needed. | | ||
- | | textPathInScreen | IEnumerable<[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.ScreenPointF} --> | This parameter specifies the path on which to draw the text. | | ||
- | | drawingLevel | [[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]<!-- ThinkGeo.MapSuite.Core.DrawingLevel --> | This parameter specifies the drawing level you wish to draw the text on. Higher levels overwrite lower levels. | | ||
- | | xOffset | Single<!-- System.Single --> | This parameter determines the X offset for the text to be drawn. | | ||
- | | yOffset | Single<!-- System.Single --> | This parameter determines the Y offset for the text to be drawn. | | ||
- | | rotateAngle | Single<!-- System.Single --> | This parameter determines the rotation angle for the text to be drawn. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== EndDrawingCore() ==== | ||
- | This method ends drawing and commits the drawing on the GeoCanvas. | ||
- | === Remarks === | ||
- | This methods 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 === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== Finalize() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== 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 === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetCanvasHeight(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Single<!-- System.Single --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetCanvasHeightCore(Object) ==== | ||
- | This method gets the canvas height of the passed-in native image object. | ||
- | === Remarks === | ||
- | This method is a BaseClass API and will be implemented and used in its sub-concrete classes. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Single<!-- System.Single --> | The returning canvas height. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | The native image will be used to get the image height. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetCanvasWidth(Object) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Single<!-- System.Single --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== GetCanvasWidthCore(Object) ==== | ||
- | This method gets the canvas width of the passed-in native image object. | ||
- | === Remarks === | ||
- | This method is a BaseClass API and will be implemented and used in its sub-concrete classes. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Single<!-- System.Single --> | The returning canvas width. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | The native image that will be used to get the image width. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MeasureTextCore(String, GeoFont) ==== | ||
- | This method returns the rectangle that contains the specified text, when that text is drawn with the specified font. | ||
- | === Remarks === | ||
- | This method is typically used for labeling, to determine whether labels overlap. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | [[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]]<!-- ThinkGeo.MapSuite.Core.DrawingRectangleF --> | This method returns the rectangle that contains the specified text, when that text is drawn with the specified font. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | text | String<!-- System.String --> | This parameter represents the text you want to measure. | | ||
- | | font | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | This parameter represents the font of the text you want to measure. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== MemberwiseClone() ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- System.Object --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | |||
- | <!-- System.Object --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Void<!-- System.Void --> | | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | e | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs --> | | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ToGeoImageCore(Object) ==== | ||
- | This method converts an oboject to a GeoImage. In GdiPlus, this object is often a NativeImage. | ||
- | === Remarks === | ||
- | This method is a BaseClass API and will be implemented and used in its sub-concrete classes. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | The returning GeoImage containing the same information as the passed-in nativeImage. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | nativeImage | Object<!-- System.Object --> | The target object to be converted. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ==== ToNativeImageCore(GeoImage) ==== | ||
- | This method converts a GeoImage to a commonly-used object. In GdiPlus, this object is often a NativeImage. | ||
- | === Remarks === | ||
- | This method is a BaseClass API and will be used in its sub-concrete classes. | ||
- | === Return Value === | ||
- | ^ Return Type ^ Description ^ | ||
- | | Object<!-- System.Object --> | The returning object containing the same information as the passed-in geoImage. | | ||
- | |||
- | === Parameters === | ||
- | ^ Name ^ Type ^ Description ^ | ||
- | | image | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<!-- ThinkGeo.MapSuite.Core.GeoImage --> | The target geoImage to convert. | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas(overriden) --> | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | ==== ClippingArea ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== CurrentScale ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Double<!-- System.Double --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== CurrentWorldExtent ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Dpi ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DrawingQuality ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.DrawingQuality|DrawingQuality]]<!-- ThinkGeo.MapSuite.Core.DrawingQuality --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== HasKeyColor ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Height ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsDrawing ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== IsDrawingLevelEnabled ==== | ||
- | Gets or sets a value indicating whether this instance is drawing level enabled. | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Boolean<!-- System.Boolean --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.AndroidEdition.AndroidGeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== KeyColors ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.GeoColor} --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== MapUnit ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== NativeImage ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Object<!-- System.Object --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== Width ==== | ||
- | === Return Value === | ||
- | ^ Return Type ^ | ||
- | | Single<!-- System.Single --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
- | ==== DrawingProgressChanged ==== | ||
- | === Event Arguments === | ||
- | ^ Event Arguments ^ | ||
- | | [[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs --> | | ||
- | |||
- | <!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | ||
- | [[#Public Events|Go Back]] | ||
- | |||
- | __NOTOC__ | ||
- | [[Category:AndroidEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.