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
— (current)
Line 1: Line 1:
-====== 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 ==== 
-** {{wiki:​PublicMethod.gif|}} WpfGeoImage() ** 
- 
-This is constructor of WpfGeoImage class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WpfGeoImage(Stream) ** 
- 
-Constructor of WpfGeoImage class. 
-== Remarks == 
-N/A 
-== 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 == 
-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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetImageStream(GeoCanvas) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Stream 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //canvas// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetWidth() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHeight() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Close() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Dispose() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} OnStreamLoading(StreamLoadingEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //e// 
-    * Type:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GetImageStreamCore(GeoCanvas) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Stream 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //canvas// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} 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 
- 
-** {{wiki:​PublicProperty.gif|}} WidthInPixel ** 
- 
-Width of the WpfGeoImage in screen coordinate. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} HeightInPixel ** 
- 
-Height of the WpfGeoImage in screen coordinate. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-** {{wiki:​PublicProperty.gif|}} SourceStream ** 
- 
-Stream source of the GeoImage. If SourceStream and ImageUri are both setted, SourceStream has higher priority. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Stream 
- 
-** {{wiki:​PublicProperty.gif|}} PathFilename ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} PathName ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} FileName ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} CanvasImageFormat ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Guid 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} 4UI= ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Object 
- 
-==== Public Events ==== 
-** {{wiki:​PublicEvent.gif|}} StreamLoading ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] 
- 
  
thinkgeo.mapsuite.wpfdesktopedition.wpfgeoimage.1442546253.txt.gz ยท Last modified: 2015/09/18 03:17 by admin