ThinkGeo.MapSuite.Portable.GeoGraphics
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
GeoGraphics(Object)
Parameters
concrete
Type:Object
Description:N/A
Public Methods
Clear(GeoColor)
Return Value
Type:Void
Description:N/A
Parameters
FillRectangle(GeoBrush,Int32,Int32,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
x
Type:Int32
Description:N/A
y
Type:Int32
Description:N/A
width
Type:Int32
Description:N/A
height
Type:Int32
Description:N/A
DrawImage(GeoImage,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
x
Type:Int32
Description:N/A
y
Type:Int32
Description:N/A
DrawImageUnscaled(GeoImage,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
x
Type:Int32
Description:N/A
y
Type:Int32
Description:N/A
DrawImage(GeoImage,Int32,Int32,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
x
Type:Int32
Description:N/A
y
Type:Int32
Description:N/A
width
Type:Int32
Description:N/A
height
Type:Int32
Description:N/A
Dispose()
Return Value
Type:Void
Description:N/A
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters

FromImage(GeoImage)
Return Value
Parameters
Protected Methods
FillRectangle(GeoBrush,DrawingRectangle)
Return Value
Type:Void
Description:N/A
Parameters
DrawString(String,GeoFont,GeoSolidBrush,PointShape)
Return Value
Type:Void
Description:N/A
Parameters
content
Type:String
Description:N/A
DrawString(String,GeoFont,GeoSolidBrush,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
content
Type:String
Description:N/A
x
Type:Int32
Description:N/A
y
Type:Int32
Description:N/A
MeasureString(String,GeoFont)
Return Value
Parameters
text
Type:String
Description:N/A
MeasureString(String,GeoFont,PointShape,String)
Return Value
Parameters
text
Type:String
Description:N/A
stringFormat
Type:String
Description:N/A
DrawRadialGradient(PointShape,Int32,Single[],GeoColor[])
Return Value
Type:Void
Description:N/A
Parameters
radius
Type:Int32
Description:N/A
p
Type:Single[]
Description:N/A
DrawColorizeImage(GeoImage,DrawingRectangleF,Int32,Int32,Int32,Int32,String,GeoColorMap[])
Return Value
Type:Void
Description:N/A
Parameters
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
DrawImage(GeoImage,DrawingRectangle,Int32,Int32,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
x
Type:Int32
Description:N/A
y
Type:Int32
Description:N/A
width
Type:Int32
Description:N/A
height
Type:Int32
Description:N/A
DrawImage(GeoImage,DrawingRectangle,DrawingRectangleF,GeoGraphicsUnit)
Return Value
Type:Void
Description:N/A
Parameters
DrawImage(GeoImage,Single,Single,Int32,Int32)
Return Value
Type:Void
Description:N/A
Parameters
x
Type:Single
Description:N/A
y
Type:Single
Description:N/A
width
Type:Int32
Description:N/A
height
Type:Int32
Description:N/A
DrawImage(GeoImage,ScreenPointF[],DrawingRectangleF,GeoGraphicsUnit)
Return Value
Type:Void
Description:N/A
Parameters
DrawImage(GeoImage,DrawingRectangle,DrawingRectangle,GeoGraphicsUnit)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
SmoothingMode
Return Value
TextRenderingHint
Return Value
Concrete
Return Value
Bitmap
Return Value
Protected Properties
Public Events