User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage

ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage

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.

This class represents an GeoImage object for WPF. It maintains an Uri and Stream for the image source.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.GeoImage
      • ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage

Members Summary

Public Constructors

WpfGeoImage()

  • This is constructor of WpfGeoImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28.29
Parameters

WpfGeoImage(Stream)

  • Constructor of WpfGeoImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Stream.29
Parameters
  • sourceStream
    • Type:Stream
    • Description:A Stream indicates the source of the Wpf image.

WpfGeoImage(Stream,Double,Double)

  • Constructor of WpfGeoImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Stream.2C_Double.2C_Double.29
Parameters
  • sourceStream
    • Type:Stream
    • Description:A Stream indicates the source of the Wpf image.
  • width
    • Type:Double
    • Description:Width of the WpfGeoImage in screen coordinate.
  • height
    • Type:Double
    • Description:Height of the WpfGeoImage in screen coordinate.

WpfGeoImage(Uri,Double,Double)

  • Constructor of WpfGeoImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Uri.2C_Double.2C_Double.29
Parameters
  • imageUri
    • Type:Uri
    • Description:An Uri of the image source. Internet uri and related uri are both supported.
  • width
    • Type:Double
    • Description:Width of the WpfGeoImage in screen coordinate.
  • height
    • Type:Double
    • Description:Height of the WpfGeoImage in screen coordinate.

WpfGeoImage(Uri)

  • Constructor of WpfGeoImage class.
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Uri.29
Parameters
  • imageUri
    • Type:Uri
    • Description:An Uri of the image source. Internet uri and related uri are both supported.

Protected Constructors

Public Methods

GetImageStream(GeoCanvas)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStream.28GeoCanvas.29
Return Value
  • Type:Stream
  • Description:N/A
Parameters

GetWidth()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetWidth.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetHeight()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHeight.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

Close()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Close.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

Dispose()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Dispose.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#ToString.28.29
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Equals.28Object.29
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHashCode.28.29
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetType.28.29
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

OnStreamLoading(StreamLoadingEventArgs)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#OnStreamLoading.28StreamLoadingEventArgs.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetImageStreamCore(GeoCanvas)

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStreamCore.28GeoCanvas.29
Return Value
  • Type:Stream
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Finalize.28.29
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#MemberwiseClone.28.29
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

ImageUri

Image source uri which can be internet uri or a related uri in the resource. If SourceStream and ImageUri are both setted, SourceStream has higher priority.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#ImageUri

Return Value
  • Type:Uri

WidthInPixel

Width of the WpfGeoImage in screen coordinate.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WidthInPixel

Return Value
  • Type:Double

HeightInPixel

Height of the WpfGeoImage in screen coordinate.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#HeightInPixel

Return Value
  • Type:Double

SourceStream

Stream source of the GeoImage. If SourceStream and ImageUri are both setted, SourceStream has higher priority.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#SourceStream

Return Value
  • Type:Stream

PathFilename

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathFilename

Return Value
  • Type:String

PathName

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathName

Return Value
  • Type:String

FileName

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#FileName

Return Value
  • Type:String

CanvasImageFormat

N/A

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#CanvasImageFormat

Return Value
  • Type:Guid

Protected Properties

6kI=

N/A

Remarks

N/A

Return Value
  • Type:Object

Public Events

StreamLoading N/A

Remarks
thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage.txt · Last modified: 2017/03/16 21:59 (external edit)