====== ThinkGeo.MapSuite.SilverlightCore.GeoImage ====== {{section>upgrade_map_suite_to_10.0}} This class represents an image you want to use on the GeoCanvas. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.SilverlightCore.GeoImage** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} GeoImage(Uri) ** * //N/A// == Remarks == * //N/A// == Parameters == * //imageUri// * Type:Uri * Description:N/A
** {{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
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} 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 ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Width ** N/A == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} Height ** N/A == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} ImageUri ** N/A == Remarks == N/A == Return Value == * Type:Uri ** {{wiki:PublicProperty.gif|}} CanvasImageFormat ** 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 ====