User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.geoimage

ThinkGeo.MapSuite.SilverlightCore.GeoImage

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 image you want to use on the GeoCanvas.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.SilverlightCore.GeoImage

Members Summary

Public Constructors

GeoImage()

  • This is the constructor used to create a new GeoImage.
Remarks
  • You need to set the imageUri if you intend to use this constructor.
Parameters

GeoImage(Uri)

  • N/A
Remarks
  • N/A
Parameters
  • imageUri
    • Type:Uri
    • Description:N/A

GeoImage(Uri,Double,Double)

  • N/A
Remarks
  • N/A
Parameters
  • imageUri
    • Type:Uri
    • Description:N/A
  • width
    • Type:Double
    • Description:N/A
  • height
    • Type:Double
    • Description:N/A

Protected Constructors

Public Methods

Dispose()

  • This is the Dispose for the class.
Remarks
  • This overload will dispose of the stream in the GeoImage and release its resources.
Return Value
  • Type:Void
  • Description:None
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

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

Width

N/A

Remarks

N/A

Return Value
  • Type:Double

Height

N/A

Remarks

N/A

Return Value
  • Type:Double

ImageUri

N/A

Remarks

N/A

Return Value
  • Type:Uri

CanvasImageFormat

This property returns the image format.

Remarks

None

Return Value
  • Type:Guid

SourceStream

N/A

Remarks

N/A

Return Value
  • Type:Stream

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.geoimage.txt · Last modified: 2017/03/16 21:59 (external edit)