This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightcore.geoimage [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.geoimage [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightCore.GeoImage ====== | ====== ThinkGeo.MapSuite.SilverlightCore.GeoImage ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | + | This class represents an image you want to use on the GeoCanvas. | |
| - | <!-- Class --> | + | |
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.SilverlightCore.GeoImage]] | + | ***ThinkGeo.MapSuite.SilverlightCore.GeoImage** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeoImage() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoImage()|GeoImage]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoImage(Uri)|GeoImage]] | Uri | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoImage(Uri, Double, Double)|GeoImage]] | Uri, Double, Double | | | | + | |
| - | ==== Protected Constructors ==== | + | * //This is the constructor used to create a new GeoImage.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //You need to set the imageUri if you intend to use this constructor.// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GeoImage(Uri) ** | ||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | * //imageUri// | ||
| + | * Type:Uri | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} 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 | ||
| + | |||
| + | <div newline></div> | ||
| + | ==== Protected Constructors ==== | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Dispose() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Dispose()|Dispose]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | * //This is the Dispose for the class.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //This overload will dispose of the stream in the GeoImage and release its resources.// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CanvasImageFormat|CanvasImageFormat]] | Guid | | | | + | * Description:None |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Double | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ImageUri|ImageUri]] | Uri | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#SourceStream|SourceStream]] | Stream | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Double | | | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | ==== Public Events ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== GeoImage() ==== | + | * Type:String |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ==== GeoImage(Uri) ==== | + | <div newline></div> |
| - | === Parameters === | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | imageUri | Uri<!-- System.Uri --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | ==== GeoImage(Uri, Double, Double) ==== | + | == Remarks == |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | imageUri | Uri<!-- System.Uri --> | | | + | |
| - | | width | Double<!-- System.Double --> | | | + | |
| - | | height | Double<!-- System.Double --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Boolean |
| - | ===== Public Methods ===== | + | * Description:N/A |
| - | ==== Dispose() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// |
| + | * Type:Object | ||
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | obj | Object<!-- System.Object --> | | | + | * //N/A// |
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== GetHashCode() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== ToString() ==== | + | ==== Protected Methods ==== |
| - | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ==== Public Properties ==== |
| - | ==== CanvasImageFormat ==== | + | ** {{wiki:PublicProperty.gif|}} Width ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Guid<!-- System.Guid --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Height ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Double |
| - | | Double<!-- System.Double --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | + | ** {{wiki:PublicProperty.gif|}} Height ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ImageUri ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Uri<!-- System.Uri --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== SourceStream ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Double |
| - | | Stream<!-- System.IO.Stream --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | + | ** {{wiki:PublicProperty.gif|}} ImageUri ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Width ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Double<!-- System.Double --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoImage --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ===== Protected Properties ===== | + | N/A |
| - | ===== Public Events ===== | + | == Return Value == |
| - | __NOTOC__ | + | * Type:Uri |
| - | [[Category:SilverlightMapSuiteCore]] | + | |
| - | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | + | ** {{wiki:PublicProperty.gif|}} CanvasImageFormat ** |
| - | [[Category:UpdateDocumentation]] | + | |
| + | This property returns the image format. | ||
| + | == Remarks == | ||
| + | None | ||
| + | == Return Value == | ||
| + | * Type:Guid | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} SourceStream ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Stream | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||