====== ThinkGeo.Core.SkiaGeoCanvas ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.Core.GeoCanvas ***ThinkGeo.Core.SkiaGeoCanvas** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} SkiaGeoCanvas() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Clear(GeoBrush) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArc(GeoPen,DrawingRectangleF,Single,Single,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //pen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //rect// * Type:[[ThinkGeo.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A * //startAngle// * Type:Single * Description:N/A * //sweepAngle// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArc(GeoPen,Single,Single,Single,Single,Single,Single,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //pen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //x// * Type:Single * Description:N/A * //y// * Type:Single * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //startAngle// * Type:Single * Description:N/A * //sweepAngle// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(Feature,GeoPen,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(AreaBaseShape,GeoPen,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.AreaBaseShape|AreaBaseShape]] * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(Feature,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(AreaBaseShape,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.AreaBaseShape|AreaBaseShape]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(Feature,GeoPen,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(AreaBaseShape,GeoPen,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.AreaBaseShape|AreaBaseShape]] * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(Feature,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(AreaBaseShape,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.AreaBaseShape|AreaBaseShape]] * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawArea(IEnumerable,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //screenPoints// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF[]|ScreenPointF[]]]> * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawLine(Feature,GeoPen,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //linePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawLine(LineBaseShape,GeoPen,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.LineBaseShape|LineBaseShape]] * Description:N/A * //linePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawLine(Feature,GeoPen,DrawingLevel,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //linePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawLine(LineBaseShape,GeoPen,DrawingLevel,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.LineBaseShape|LineBaseShape]] * Description:N/A * //linePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawLine(IEnumerable,GeoPen,DrawingLevel,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //screenPoints// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF|ScreenPointF]]> * Description:N/A * //linePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(Feature,Single,Single,GeoPen,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(PointBaseShape,Single,Single,GeoPen,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.PointBaseShape|PointBaseShape]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(Feature,Single,Single,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //centerPointFeature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(PointBaseShape,Single,Single,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.PointBaseShape|PointBaseShape]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(Feature,Single,Single,GeoPen,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(PointBaseShape,Single,Single,GeoPen,GeoBrush,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.PointBaseShape|PointBaseShape]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(Feature,Single,Single,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.Core.Feature|Feature]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(PointBaseShape,Single,Single,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shape// * Type:[[ThinkGeo.Core.PointBaseShape|PointBaseShape]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawEllipse(ScreenPointF,Single,Single,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //screenPoint// * Type:[[ThinkGeo.Core.ScreenPointF|ScreenPointF]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawWorldImageWithoutScaling(GeoImage,Double,Double,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInWorld// * Type:Double * Description:N/A * //centerYInWorld// * Type:Double * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawWorldImageWithoutScaling(GeoImage,Double,Double,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInWorld// * Type:Double * Description:N/A * //centerYInWorld// * Type:Double * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawScreenImageWithoutScaling(GeoImage,Single,Single,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInScreen// * Type:Single * Description:N/A * //centerYInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawWorldImage(GeoImage,Double,Double,Single,Single,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInWorld// * Type:Double * Description:N/A * //centerYInWorld// * Type:Double * Description:N/A * //widthInScreen// * Type:Single * Description:N/A * //heightInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawWorldImage(GeoImage,Double,Double,Double,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInWorld// * Type:Double * Description:N/A * //centerYInWorld// * Type:Double * Description:N/A * //imageScale// * Type:Double * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawWorldImage(GeoImage,Double,Double,Single,Single,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInWorld// * Type:Double * Description:N/A * //centerYInWorld// * Type:Double * Description:N/A * //widthInScreen// * Type:Single * Description:N/A * //heightInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawScreenImage(GeoImage,Single,Single,Single,Single,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInScreen// * Type:Single * Description:N/A * //centerYInScreen// * Type:Single * Description:N/A * //widthInScreen// * Type:Single * Description:N/A * //heightInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawTextWithScreenCoordinate(String,GeoFont,GeoBrush,Single,Single,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //upperLeftXInScreen// * Type:Single * Description:N/A * //upperLeftYInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawTextWithScreenCoordinate(String,GeoFont,GeoBrush,GeoPen,Single,Single,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //haloPen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //upperLeftXInScreen// * Type:Single * Description:N/A * //upperLeftYInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawTextWithWorldCoordinate(String,GeoFont,GeoBrush,Double,Double,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //upperLeftXInWorld// * Type:Double * Description:N/A * //upperLeftYInWorld// * Type:Double * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawTextWithWorldCoordinate(String,GeoFont,GeoBrush,GeoPen,Double,Double,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //haloPen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //upperLeftXInWorld// * Type:Double * Description:N/A * //upperLeftYInWorld// * Type:Double * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawText(String,GeoFont,GeoBrush,IEnumerable,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //textPathInScreen// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF|ScreenPointF]]> * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawText(String,GeoFont,GeoBrush,GeoPen,IEnumerable,DrawingLevel,Single,Single,DrawingTextAlignment) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //haloPen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //textPathInScreen// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF|ScreenPointF]]> * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //drawingTextAlignment// * Type:[[ThinkGeo.Core.DrawingTextAlignment|DrawingTextAlignment]] * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawText(String,GeoFont,GeoBrush,GeoPen,IEnumerable,DrawingLevel,Single,Single,DrawingTextAlignment,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //haloPen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //textPathInScreen// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF|ScreenPointF]]> * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //drawingTextAlignment// * Type:[[ThinkGeo.Core.DrawingTextAlignment|DrawingTextAlignment]] * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:PublicMethod.gif|}} MeasureText(String,GeoFont) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A
** {{wiki:PublicMethod.gif|}} BeginDrawing(Object,RectangleShape,GeographyUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //geoImage// * Type:Object * Description:N/A * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A * //drawingMapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:N/A
** {{wiki:PublicMethod.gif|}} EndDrawing() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Flush() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} BeginDrawingCore(Object,RectangleShape,GeographyUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //nativeImage// * Type:Object * Description:N/A * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A * //drawingMapUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawArcCore(GeoPen,Single,Single,Single,Single,Single,Single,DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //pen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //x// * Type:Single * Description:N/A * //y// * Type:Single * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //startAngle// * Type:Single * Description:N/A * //sweepAngle// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawAreaCore(IEnumerable,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //screenPoints// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF[]|ScreenPointF[]]]> * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawEllipseCore(ScreenPointF,Single,Single,GeoPen,GeoBrush,DrawingLevel,Single,Single,PenBrushDrawingOrder) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //screenPoint// * Type:[[ThinkGeo.Core.ScreenPointF|ScreenPointF]] * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //outlinePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //penBrushDrawingOrder// * Type:[[ThinkGeo.Core.PenBrushDrawingOrder|PenBrushDrawingOrder]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawLineCore(IEnumerable,GeoPen,DrawingLevel,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //screenPoints// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF|ScreenPointF]]> * Description:N/A * //linePen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawScreenImageCore(GeoImage,Single,Single,Single,Single,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInScreen// * Type:Single * Description:N/A * //centerYInScreen// * Type:Single * Description:N/A * //widthInScreen// * Type:Single * Description:N/A * //heightInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawScreenImageWithoutScalingCore(GeoImage,Single,Single,DrawingLevel,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //centerXInScreen// * Type:Single * Description:N/A * //centerYInScreen// * Type:Single * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawTextCore(String,GeoFont,GeoBrush,GeoPen,IEnumerable,DrawingLevel,Single,Single,DrawingTextAlignment,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A * //haloPen// * Type:[[ThinkGeo.Core.GeoPen|GeoPen]] * Description:N/A * //textPathInScreen// * Type:IEnumerable<[[ThinkGeo.Core.ScreenPointF|ScreenPointF]]> * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A * //xOffset// * Type:Single * Description:N/A * //yOffset// * Type:Single * Description:N/A * //drawingTextAlignment// * Type:[[ThinkGeo.Core.DrawingTextAlignment|DrawingTextAlignment]] * Description:N/A * //rotateAngle// * Type:Single * Description:N/A
** {{wiki:ProtectedMethod.gif|}} EndDrawingCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} FlushCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetCanvasHeightCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetCanvasWidthCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MeasureTextCore(String,GeoFont) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.Core.GeoFont|GeoFont]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawColorizeImage(GeoImage,Int32,Int32,Int32,Int32,GeoColorMap[],DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:N/A * //srcX// * Type:Int32 * Description:N/A * //srcY// * Type:Int32 * Description:N/A * //srcWidth// * Type:Int32 * Description:N/A * //srcHeight// * Type:Int32 * Description:N/A * //colors// * Type:[[ThinkGeo.Core.GeoColorMap[]|GeoColorMap[]]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawRadialGradient(ScreenPointF,Int32,Single[],GeoColor[],DrawingLevel) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //centerPoint// * Type:[[ThinkGeo.Core.ScreenPointF|ScreenPointF]] * Description:N/A * //radius// * Type:Int32 * Description:N/A * //positions// * Type:Single[] * Description:N/A * //colors// * Type:[[ThinkGeo.Core.GeoColor[]|GeoColor[]]] * Description:N/A * //drawingLevel// * Type:[[ThinkGeo.Core.DrawingLevel|DrawingLevel]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ToWorldCoordinate(DrawingRectangleF) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A == Parameters == * //drawingRectangle// * Type:[[ThinkGeo.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} ClearCore(GeoBrush) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //fillBrush// * Type:[[ThinkGeo.Core.GeoBrush|GeoBrush]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetCanvasWidth() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetCanvasHeight() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} CurrentScale ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} FontDisplayDensity ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} DrawingQuality ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.DrawingQuality|DrawingQuality]] ** {{wiki:PublicProperty.gif|}} MapUnit ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] ** {{wiki:PublicProperty.gif|}} Width ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Height ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} CurrentWorldExtent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} SupportKeyColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} KeyColors ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.Core.GeoColor|GeoColor]]> ** {{wiki:PublicProperty.gif|}} NativeImage ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object ** {{wiki:PublicProperty.gif|}} IsDrawing ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Dpi ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} ScaleFactor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ==== Protected Properties ==== ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** * //N/A// == Remarks == * //N/A// Event Arguments:[[ThinkGeo.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]