User Tools

Site Tools


thinkgeo.mapsuite.portable.portablegraphics

This is an old revision of the document!


ThinkGeo.MapSuite.Portable.PortableGraphics

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodPortableGraphics

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

PortableGraphics()

Parameters

Name Type Description

Go Back

Public Methods

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

ClearCore(GeoGraphics, GeoColor)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
geoColor GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

CreateCore(GeoImage)

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description
bitmap GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DisposeCore(Object)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
concrete Object<!– System.Object –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawColorizeImageCore(GeoGraphics, GeoImage, DrawingRectangleF, Int32, Int32, Int32, Int32, String, GeoColorMap[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
image GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>
drawingRectangleF DrawingRectangleF<!– ThinkGeo.MapSuite.Core.DrawingRectangleF –>
srcX Int32<!– System.Int32 –>
srcY Int32<!– System.Int32 –>
srcWidth Int32<!– System.Int32 –>
srcHeight Int32<!– System.Int32 –>
srcUnit String<!– System.String –>
colors GeoColorMap[]<!– ThinkGeo.MapSuite.Portable.GeoColorMapthinkgeo.mapsuite.portable.portablegraphics –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawImageCore(GeoGraphics, GeoImage, DrawingRectangle, DrawingRectangleF, GeoGraphicsUnit)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
image GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>
destinateRectangle DrawingRectangle<!– ThinkGeo.MapSuite.Core.DrawingRectangle –>
sourceRectangle DrawingRectangleF<!– ThinkGeo.MapSuite.Core.DrawingRectangleF –>
graphicsUnit GeoGraphicsUnit<!– ThinkGeo.MapSuite.Portable.GeoGraphicsUnit –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawImageCore(GeoGraphics, GeoImage, Single, Single, Single, Single)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
image GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>
x Single<!– System.Single –>
y Single<!– System.Single –>
expectedImageWidth Single<!– System.Single –>
expectedImageHeight Single<!– System.Single –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawImageCore(GeoGraphics, GeoImage, PointShape[], DrawingRectangleF, GeoGraphicsUnit)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
image GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>
targetImagePoints PointShape[]<!– ThinkGeo.MapSuite.Core.PointShapethinkgeo.mapsuite.portable.portablegraphics –>
sourceRectangle DrawingRectangleF<!– ThinkGeo.MapSuite.Core.DrawingRectangleF –>
graphicsUnit GeoGraphicsUnit<!– ThinkGeo.MapSuite.Portable.GeoGraphicsUnit –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawImageUnscaledCore(GeoGraphics, GeoImage, Single, Single)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
image GeoImage<!– ThinkGeo.MapSuite.Core.GeoImage –>
offsetX Single<!– System.Single –>
offsetY Single<!– System.Single –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawRadialGradientCore(GeoGraphics, PointShape, Int32, Single[], GeoColor[])

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
centerPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
radius Int32<!– System.Int32 –>
positions Single[]<!– System.Singlethinkgeo.mapsuite.portable.portablegraphics –>
colors GeoColor[]<!– ThinkGeo.MapSuite.Core.GeoColorthinkgeo.mapsuite.portable.portablegraphics –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

DrawStringCore(GeoGraphics, String, GeoFont, GeoSolidBrush, PointShape)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
content String<!– System.String –>
font GeoFont<!– ThinkGeo.MapSuite.Core.GeoFont –>
brush GeoSolidBrush<!– ThinkGeo.MapSuite.Core.GeoSolidBrush –>
position PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

FillRectangleCore(GeoGraphics, GeoBrush, Int32, Int32, Int32, Int32)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
brush GeoBrush<!– ThinkGeo.MapSuite.Core.GeoBrush –>
x Int32<!– System.Int32 –>
y Int32<!– System.Int32 –>
width Int32<!– System.Int32 –>
height Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MeasureStringCore(GeoGraphics, String, GeoFont, PointShape, String)

Return Value

Return Type Description
DrawingRectangleF<!– ThinkGeo.MapSuite.Core.DrawingRectangleF –>

Parameters

Name Type Description
graphics GeoGraphics<!– ThinkGeo.MapSuite.Portable.GeoGraphics –>
content String<!– System.String –>
font GeoFont<!– ThinkGeo.MapSuite.Core.GeoFont –>
origin PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
stringFormat String<!– System.String –>

<!– ThinkGeo.MapSuite.Portable.PortableGraphics –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.portable.portablegraphics.1440040132.txt.gz · Last modified: 2015/09/21 01:13 (external edit)