====== ThinkGeo.MapSuite.Portable.GeoGraphics ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Portable.GeoGraphics** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} GeoGraphics(Object) ** * //N/A// == Remarks == * //N/A// == Parameters == * //concrete// * Type:Object * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Clear(GeoColor) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //geoColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:N/A
** {{wiki:PublicMethod.gif|}} FillRectangle(GeoBrush,Int32,Int32,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //brush// * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] * Description:N/A * //x// * Type:Int32 * Description:N/A * //y// * Type:Int32 * Description:N/A * //width// * Type:Int32 * Description:N/A * //height// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawImage(GeoImage,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //bitmap// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //x// * Type:Int32 * Description:N/A * //y// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawImageUnscaled(GeoImage,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //bitmap// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //x// * Type:Int32 * Description:N/A * //y// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} DrawImage(GeoImage,Int32,Int32,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //x// * Type:Int32 * Description:N/A * //y// * Type:Int32 * Description:N/A * //width// * Type:Int32 * Description:N/A * //height// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} Dispose() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * 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 ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} FromImage(GeoImage) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Portable.GeoGraphics|GeoGraphics]] * Description:N/A == Parameters == * //nativeImage// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} FillRectangle(GeoBrush,DrawingRectangle) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //brush// * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] * Description:N/A * //rectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawString(String,GeoFont,GeoSolidBrush,PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //content// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] * Description:N/A * //brush// * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] * Description:N/A * //position// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawString(String,GeoFont,GeoSolidBrush,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //content// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] * Description:N/A * //brush// * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] * Description:N/A * //x// * Type:Int32 * Description:N/A * //y// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MeasureString(String,GeoFont) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} MeasureString(String,GeoFont,PointShape,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //font// * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] * Description:N/A * //origin// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:N/A * //stringFormat// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawRadialGradient(PointShape,Int32,Single[],GeoColor[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //centerPoint// * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] * Description:N/A * //radius// * Type:Int32 * Description:N/A * //p// * Type:Single[] * Description:N/A * //geoColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor[]|GeoColor[]]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawColorizeImage(GeoImage,DrawingRectangleF,Int32,Int32,Int32,Int32,String,GeoColorMap[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //drawingRectangleF// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A * //p1// * Type:Int32 * Description:N/A * //p2// * Type:Int32 * Description:N/A * //p3// * Type:Int32 * Description:N/A * //p4// * Type:Int32 * Description:N/A * //p5// * Type:String * Description:N/A * //colors// * Type:[[ThinkGeo.MapSuite.Portable.GeoColorMap[]|GeoColorMap[]]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawImage(GeoImage,DrawingRectangle,Int32,Int32,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //sourceRectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] * Description:N/A * //x// * Type:Int32 * Description:N/A * //y// * Type:Int32 * Description:N/A * //width// * Type:Int32 * Description:N/A * //height// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawImage(GeoImage,DrawingRectangle,DrawingRectangleF,GeoGraphicsUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //destinationRectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] * Description:N/A * //sourceRectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A * //graphicsUnit// * Type:[[ThinkGeo.MapSuite.Portable.GeoGraphicsUnit|GeoGraphicsUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawImage(GeoImage,Single,Single,Int32,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //x// * Type:Single * Description:N/A * //y// * Type:Single * Description:N/A * //width// * Type:Int32 * Description:N/A * //height// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawImage(GeoImage,ScreenPointF[],DrawingRectangleF,GeoGraphicsUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //targetImagePoints// * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF[]|ScreenPointF[]]] * Description:N/A * //sourceRectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:N/A * //graphicsUnit// * Type:[[ThinkGeo.MapSuite.Portable.GeoGraphicsUnit|GeoGraphicsUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawImage(GeoImage,DrawingRectangle,DrawingRectangle,GeoGraphicsUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A * //destinationRectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] * Description:N/A * //sourceRectangle// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangle|DrawingRectangle]] * Description:N/A * //graphicsUnit// * Type:[[ThinkGeo.MapSuite.Portable.GeoGraphicsUnit|GeoGraphicsUnit]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} SmoothingMode ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Portable.GeoSmoothingMode|GeoSmoothingMode]] ** {{wiki:PublicProperty.gif|}} TextRenderingHint ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Portable.GeoTextRenderingHint|GeoTextRenderingHint]] ** {{wiki:PublicProperty.gif|}} Concrete ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object ** {{wiki:PublicProperty.gif|}} Bitmap ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] ==== Protected Properties ==== ==== Public Events ====