Table of Contents

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

Members Summary

Public Constructors

WpfGeoImage()

Remarks
Parameters

WpfGeoImage(Stream)

Remarks
Parameters

WpfGeoImage(Stream,Double,Double)

Remarks
Parameters

WpfGeoImage(Uri,Double,Double)

Remarks
Parameters

WpfGeoImage(Uri)

Remarks
Parameters

Protected Constructors

Public Methods

GetImageStream(GeoCanvas)

Remarks
Return Value
Parameters

GetWidth()

Remarks
Return Value
Parameters

GetHeight()

Remarks
Return Value
Parameters

Close()

Remarks
Return Value
Parameters

Dispose()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

OnStreamLoading(StreamLoadingEventArgs)

Remarks
Return Value
Parameters

GetImageStreamCore(GeoCanvas)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
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

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

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

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

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

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

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

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

Protected Properties

6kI=

N/A

Remarks

N/A

Return Value

Public Events

StreamLoading 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

Event Arguments:StreamLoadingEventArgs