User Tools

Site Tools


12.0:apis:thinkgeo.core.geoimage

ThinkGeo.Core.GeoImage

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.GeoImage

Members Summary

Public Constructors

GeoImage()

  • Initializes a new instance of the class.
Remarks
  • N/A
Parameters

GeoImage(Int32,Int32)

  • Initializes a new instance of the class.
Remarks
  • N/A
Parameters
  • width
    • Type:Int32
    • Description:The width.
  • height
    • Type:Int32
    • Description:The height.

GeoImage(Stream)

  • Initializes a new instance of the class.
Remarks
  • N/A
Parameters
  • stream
    • Type:Stream
    • Description:The stream.

GeoImage(String)

  • Initializes a new instance of the class.
Remarks
  • N/A
Parameters
  • pathFilename
    • Type:String
    • Description:The path filename.

GeoImage(Byte[])

  • Initializes a new instance of the class.
Remarks
  • N/A
Parameters
  • bytes
    • Type:Byte[]
    • Description:The bytes.

Protected Constructors

Public Methods

GetImageBytes(GeoImageFormat,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Byte[]
  • Description:
Parameters
  • imageQuality
    • Type:Int32
    • Description:The image quality.

GetImageStream(GeoImageFormat,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Stream
  • Description:
Parameters
  • imageQuality
    • Type:Int32
    • Description:The image quality.

Save(Stream,GeoImageFormat,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • stream
    • Type:Stream
    • Description:The stream.
  • quality
    • Type:Int32
    • Description:The quality.

Save(String,GeoImageFormat,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • filePath
    • Type:String
    • Description:The file path.
  • quality
    • Type:Int32
    • Description:The quality.

Dispose()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Clear(GeoColor)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • color

SetPixels(GeoColor[])

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetIntPtr()

  • N/A
Remarks
  • N/A
Return Value
  • Type:IntPtr
  • Description:
Parameters

Scale(Int32,Int32)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • targetWidth
    • Type:Int32
    • Description:The width.
  • targetHeight
    • Type:Int32
    • Description:The height.

Crop(DrawingRectangle)

  • N/A
Remarks
  • N/A
Return Value
Parameters

DrawImage(GeoImage,Single,Single)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • geoImage
  • pointX
    • Type:Single
    • Description:N/A
  • pointY
    • Type:Single
    • Description:N/A

DrawText(String,GeoFont,GeoBrush,ScreenPointF[])

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • text
    • Type:String
    • Description:The text.
  • font
    • Type:GeoFont
    • Description:The font.
  • fillBrush
    • Type:GeoBrush
    • Description:The fill brush.

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

CreateCustomizedImage(Int32,Int32,GeoColorType,GeoAlphaType)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • width
    • Type:Int32
    • Description:The width.
  • height
    • Type:Int32
    • Description:The height.
  • colorType
  • alphaType

Protected Methods

ApplyTranslations(Boolean,Boolean,Single,Single,Single,Single)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • isGrayscale
    • Type:Boolean
    • Description:if set to true [is grayscale].
  • isNegative
    • Type:Boolean
    • Description:if set to true [is negative].
  • transparency
    • Type:Single
    • Description:The transparency.
  • redTranslation
    • Type:Single
    • Description:The red translation.
  • greenTranslation
    • Type:Single
    • Description:The green translation.
  • blueTranslation
    • Type:Single
    • Description:The blue translation.

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Public Properties

PathFilename

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Opacity

  • N/A
Remarks
  • N/A
Return Value
  • Type:Single

Width

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

Height

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

NativeImage

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object

Protected Properties

Public Events

12.0/apis/thinkgeo.core.geoimage.txt · Last modified: 2019/09/26 09:31 (external edit)