This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage [2015/08/20 03:08] 127.0.0.1 external edit |
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}} | ||
- | |||
- | <!-- Class --> | ||
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. | ||
- | === Remarks === | ||
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage</a> | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.Core.GeoImage]] | + | *ThinkGeo.MapSuite.Core.GeoImage |
- | ***[[ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage]] | + | ***ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} WpfGeoImage() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WpfGeoImage()|WpfGeoImage]] | | | This is constructor of WpfGeoImage class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WpfGeoImage(Stream)|WpfGeoImage]] | Stream | | Constructor of WpfGeoImage class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WpfGeoImage(Stream, Double, Double)|WpfGeoImage]] | Stream, Double, Double | | Constructor of WpfGeoImage class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WpfGeoImage(Uri, Double, Double)|WpfGeoImage]] | Uri, Double, Double | | Constructor of WpfGeoImage class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WpfGeoImage(Uri)|WpfGeoImage]] | Uri | | Constructor of WpfGeoImage class. | | + | |
- | ==== Protected Constructors ==== | + | * //This is constructor of WpfGeoImage class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == 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 == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} 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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetImageStream(GeoCanvas) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Close()|Close]] | | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHeight()|GetHeight]] | | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetImageStream(GeoCanvas)|GetImageStream]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetWidth()|GetWidth]] | | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //N/A// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object(overriden) | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStream.28GeoCanvas.29// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetImageStreamCore(GeoCanvas)|GetImageStreamCore]] | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnStreamLoading(StreamLoadingEventArgs)|OnStreamLoading]] | [[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Stream |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CanvasImageFormat|CanvasImageFormat]] | Guid | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#FileName|FileName]] | String | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#HeightInPixel|HeightInPixel]] | Double | | Height of the WpfGeoImage in screen coordinate. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ImageUri|ImageUri]] | Uri | | 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. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PathFilename|PathFilename]] | String | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#PathName|PathName]] | String | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#SourceStream|SourceStream]] | Stream | | Stream source of the GeoImage. If SourceStream and ImageUri are both setted, SourceStream has higher priority. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WidthInPixel|WidthInPixel]] | Double | | Width of the WpfGeoImage in screen coordinate. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //canvas// |
+ | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
+ | * Description:N/A | ||
- | ==== Public Events ==== | + | <div newline></div> |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetWidth() ** |
- | | {{wiki:PublicEvent.gif|Public Event}}[[#StreamLoading|StreamLoading]] | [[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] | | | + | |
- | ===== Public Constructors ===== | + | * //N/A// |
- | ==== WpfGeoImage() ==== | + | == Remarks == |
- | This is constructor of WpfGeoImage class. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetWidth.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== WpfGeoImage(Stream) ==== | + | * Type:Int32 |
- | Constructor of WpfGeoImage class. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Stream.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Stream.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | sourceStream | Stream<!-- System.IO.Stream --> | A Stream indicates the source of the Wpf image. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== WpfGeoImage(Stream, Double, Double) ==== | + | <div newline></div> |
- | Constructor of WpfGeoImage class. | + | ** {{wiki:PublicMethod.gif|}} GetHeight() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Stream.2C_Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Stream.2C_Double.2C_Double.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | sourceStream | Stream<!-- System.IO.Stream --> | A Stream indicates the source of the Wpf image. | | + | |
- | | width | Double<!-- System.Double --> | Width of the WpfGeoImage in screen coordinate. | | + | |
- | | height | Double<!-- System.Double --> | Height of the WpfGeoImage in screen coordinate. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ==== WpfGeoImage(Uri, Double, Double) ==== | + | == Remarks == |
- | Constructor of WpfGeoImage class. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHeight.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Uri.2C_Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Uri.2C_Double.2C_Double.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | imageUri | Uri<!-- System.Uri --> | An Uri of the image source. Internet uri and related uri are both supported. | | + | |
- | | width | Double<!-- System.Double --> | Width of the WpfGeoImage in screen coordinate. | | + | |
- | | height | Double<!-- System.Double --> | Height of the WpfGeoImage in screen coordinate. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== WpfGeoImage(Uri) ==== | + | * Type:Int32 |
- | Constructor of WpfGeoImage class. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Uri.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WpfGeoImage.28Uri.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | imageUri | Uri<!-- System.Uri --> | An Uri of the image source. Internet uri and related uri are both supported. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | <div newline></div> |
- | ===== Public Methods ===== | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
- | ==== Close() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Close.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Close.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == 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// | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== Dispose() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Dispose.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Dispose.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Dispose() ** | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Equals(Object) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Dispose.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == 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// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== GetHeight() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHeight.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHeight.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetImageStream(GeoCanvas) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Equals.28Object.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStream.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStream.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Stream<!-- System.IO.Stream --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //obj// |
- | ==== GetType() ==== | + | * Type:Object |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetWidth() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetHashCode.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetWidth.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetWidth.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToString() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == 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// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Type |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== Finalize() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** | ||
- | <!-- System.Object(overriden) --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== GetImageStreamCore(GeoCanvas) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#OnStreamLoading.28StreamLoadingEventArgs.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStreamCore.28GeoCanvas.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStreamCore.28GeoCanvas.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Stream<!-- System.IO.Stream --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | canvas | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //e// |
- | ==== MemberwiseClone() ==== | + | * Type:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] |
- | === Remarks === | + | * Description:N/A |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} GetImageStreamCore(GeoCanvas) ** |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== OnStreamLoading(StreamLoadingEventArgs) ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#GetImageStreamCore.28GeoCanvas.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#OnStreamLoading.28StreamLoadingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#OnStreamLoading.28StreamLoadingEventArgs.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Stream |
- | | e | [[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]<!-- ThinkGeo.MapSuite.Core.StreamLoadingEventArgs --> | | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //canvas// |
- | ===== Public Properties ===== | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | ==== CanvasImageFormat ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#CanvasImageFormat" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#CanvasImageFormat</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Guid<!-- System.Guid --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== FileName ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#FileName" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#FileName</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== HeightInPixel ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#Finalize.28.29// |
- | Height of the WpfGeoImage in screen coordinate. | + | |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#HeightInPixel" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#HeightInPixel</a> | + | * Type:Void |
- | === Return Value === | + | * Description:N/A |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | == Parameters == |
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} 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 == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} ImageUri ** | ||
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== 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. | 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 == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#ImageUri" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#ImageUri</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 == |
- | ^ Return Type ^ | + | * Type:Uri |
- | | Uri<!-- System.Uri --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage --> | + | ** {{wiki:PublicProperty.gif|}} WidthInPixel ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== PathFilename ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathFilename" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathFilename</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | Width of the WpfGeoImage in screen coordinate. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== PathName ==== | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WidthInPixel |
- | === Remarks === | + | == Return Value == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathName" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathName</a> | + | * Type:Double |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | ** {{wiki:PublicProperty.gif|}} HeightInPixel ** |
- | | String<!-- System.String --> | | + | |
+ | 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 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} SourceStream ** | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== SourceStream ==== | ||
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 == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#SourceStream" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#SourceStream</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 == |
- | ^ Return Type ^ | + | * Type:Stream |
- | | Stream<!-- System.IO.Stream --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage --> | + | ** {{wiki:PublicProperty.gif|}} PathFilename ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== WidthInPixel ==== | + | |
- | Width of the WpfGeoImage in screen coordinate. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WidthInPixel" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#WidthInPixel</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#PathFilename |
- | ===== Public Events ===== | + | == Return Value == |
- | ==== StreamLoading ==== | + | * Type:String |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#OnStreamLoading.28StreamLoadingEventArgs.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.WpfGeoImage#OnStreamLoading.28StreamLoadingEventArgs.29</a> | + | ** {{wiki:PublicProperty.gif|}} PathName ** |
- | === Event Arguments === | + | |
- | ^ Event Arguments ^ | + | N/A |
- | | [[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]<!-- ThinkGeo.MapSuite.Core.StreamLoadingEventArgs --> | | + | == 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 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} 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 | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} 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 ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} 6kI= ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | |||
+ | ==== Public Events ==== | ||
+ | ** {{wiki:PublicEvent.gif|}} 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 | ||
- | <!-- ThinkGeo.MapSuite.Core.GeoImage --> | + | Event Arguments:[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] |
- | [[#Public Events|Go Back]] | + | |
- | __NOTOC__ | ||
- | [[Category:WpfDesktopEdition]] | ||
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | ||
- | [[Category:UpdateDocumentation]] | ||