User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage

This is an old revision of the document!


ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage

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

N/A

Parameters

WpfGeoImage(Stream)

Constructor of WpfGeoImage class.

Remarks

N/A

Parameters
  • sourceStream
    • Type:Stream
    • Description:A Stream indicates the source of the Wpf image.

WpfGeoImage(Stream,Double,Double)

Constructor of WpfGeoImage class.

Remarks

N/A

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

N/A

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

N/A

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

N/A

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

GetWidth()

N/A

Remarks

N/A

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

GetHeight()

N/A

Remarks

N/A

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

Close()

N/A

Remarks

N/A

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

Dispose()

N/A

Remarks

N/A

Return Value
  • Type:Void
  • 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

GetType()

N/A

Remarks

N/A

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

Protected Methods

OnStreamLoading(StreamLoadingEventArgs)

N/A

Remarks

N/A

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

GetImageStreamCore(GeoCanvas)

N/A

Remarks

N/A

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

Finalize()

N/A

Remarks

N/A

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

MemberwiseClone()

N/A

Remarks

N/A

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

N/A

Return Value
  • Type:Uri

WidthInPixel

Width of the WpfGeoImage in screen coordinate.

Remarks

N/A

Return Value
  • Type:Double

HeightInPixel

Height of the WpfGeoImage in screen coordinate.

Remarks

N/A

Return Value
  • Type:Double

SourceStream

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

Remarks

N/A

Return Value
  • Type:Stream

PathFilename

N/A

Remarks

N/A

Return Value
  • Type:String

PathName

N/A

Remarks

N/A

Return Value
  • Type:String

FileName

N/A

Remarks

N/A

Return Value
  • Type:String

CanvasImageFormat

N/A

Remarks

N/A

Return Value
  • Type:Guid

Protected Properties

4UI=

N/A

Remarks

N/A

Return Value
  • Type:Object

Public Events

StreamLoading N/A

Remarks

N/A

Event Arguments:StreamLoadingEventArgs

thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage.1442546253.txt.gz · Last modified: 2015/09/18 03:17 by admin