User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage [2015/09/18 03:17]
admin
thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents an GeoImage object for WPF. It maintains an Uri and Stream for the image source. This class represents an GeoImage object for WPF. It maintains an Uri and Stream for the image source.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} WpfGeoImage() ** ** {{wiki:​PublicMethod.gif|}} WpfGeoImage() **
  
-This is constructor of WpfGeoImage class.+  * //This is constructor of WpfGeoImage class.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Stream) ** ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Stream) **
  
-Constructor of WpfGeoImage class.+  * //Constructor of WpfGeoImage class.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Parameters ==
   * //​sourceStream//​   * //​sourceStream//​
Line 27: Line 30:
 ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Stream,​Double,​Double) ** ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Stream,​Double,​Double) **
  
-Constructor of WpfGeoImage class.+  * //Constructor of WpfGeoImage class.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Parameters ==
   * //​sourceStream//​   * //​sourceStream//​
Line 46: Line 49:
 ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Uri,​Double,​Double) ** ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Uri,​Double,​Double) **
  
-Constructor of WpfGeoImage class.+  * //Constructor of WpfGeoImage class.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Parameters ==
   * //​imageUri//​   * //​imageUri//​
Line 65: Line 68:
 ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Uri) ** ** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Uri) **
  
-Constructor of WpfGeoImage class.+  * //Constructor of WpfGeoImage class.//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Parameters ==
   * //​imageUri//​   * //​imageUri//​
Line 78: Line 81:
 ** {{wiki:​PublicMethod.gif|}} GetImageStream(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} GetImageStream(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 94: Line 97:
 ** {{wiki:​PublicMethod.gif|}} GetWidth() ** ** {{wiki:​PublicMethod.gif|}} GetWidth() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 106: Line 109:
 ** {{wiki:​PublicMethod.gif|}} GetHeight() ** ** {{wiki:​PublicMethod.gif|}} GetHeight() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 118: Line 121:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 130: Line 133:
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 142: Line 145:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 154: Line 157:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 170: Line 173:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 182: Line 185:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 195: Line 198:
 ** {{wiki:​ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 211: Line 214:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageStreamCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} GetImageStreamCore(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 227: Line 230:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 239: Line 242:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //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 == == Return Value ==
Line 254: Line 257:
 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. 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 == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​ImageUri
 == Return Value == == Return Value ==
   * Type:Uri   * Type:Uri
Line 262: Line 265:
 Width of the WpfGeoImage in screen coordinate. Width of the WpfGeoImage in screen coordinate.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​WidthInPixel
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 270: Line 273:
 Height of the WpfGeoImage in screen coordinate. Height of the WpfGeoImage in screen coordinate.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​HeightInPixel
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 278: Line 281:
 Stream source of the GeoImage. If SourceStream and ImageUri are both setted, SourceStream has higher priority. Stream source of the GeoImage. If SourceStream and ImageUri are both setted, SourceStream has higher priority.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​SourceStream
 == Return Value == == Return Value ==
   * Type:Stream   * Type:Stream
Line 286: Line 289:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​PathFilename
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 294: Line 297:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​PathName
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 302: Line 305:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​FileName
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 310: Line 313:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#​CanvasImageFormat
 == Return Value == == Return Value ==
   * Type:Guid   * Type:Guid
  
 ==== Protected Properties ==== ==== Protected Properties ====
-** {{wiki:​ProtectedProperty.gif|}} ​4UI= **+** {{wiki:​ProtectedProperty.gif|}} ​6kI= **
  
 N/A N/A
Line 327: Line 330:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+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:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]
  
  
thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage.1442546253.txt.gz ยท Last modified: 2015/09/18 03:17 by admin