====== ThinkGeo.MapSuite.Mvc.WebImage ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Mvc.WebImage** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} WebImage() ** * //Initialize a new instance of the WebImage class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} WebImage(String) ** * //Initialize a new instance of the WebImage class.// == Remarks == * //N/A// == Parameters == * //imageVirtualPath// * Type:String * Description:The virtual path of the image.
** {{wiki:PublicMethod.gif|}} WebImage(Int32,Int32) ** * //Initialize a new instance of the WebImage class.// == Remarks == * //N/A// == Parameters == * //imageWidth// * Type:Int32 * Description:The width of the image. * //imageHeight// * Type:Int32 * Description:The height of the image.
** {{wiki:PublicMethod.gif|}} WebImage(Int32,Int32,Single,Single) ** * //Initialize a new instance of the WebImage class.// == Remarks == * //N/A// == Parameters == * //imageWidth// * Type:Int32 * Description:The width of the image. * //imageHeight// * Type:Int32 * Description:The height of the image. * //imageOffsetX// * Type:Single * Description:The offset X of the image. * //imageOffsetY// * Type:Single * Description:The offset Y of the image.
** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32) ** * //Initialize a new instance of the WebImage class.// == Remarks == * //N/A// == Parameters == * //imageVirtualPath// * Type:String * Description:The virtual path of the image. * //imageWidth// * Type:Int32 * Description:The width of the image. * //imageHeight// * Type:Int32 * Description:The height of the image.
** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32,Single,Single) ** * //Initialize a new instance of the WebImage class.// == Remarks == * //N/A// == Parameters == * //imageVirtualPath// * Type:String * Description:The virtual path of the image. * //imageWidth// * Type:Int32 * Description:The width of the image. * //imageHeight// * Type:Int32 * Description:The height of the image. * //imageOffsetX// * Type:Single * Description:The offset X of the image. * //imageOffsetY// * Type:Single * Description:The offset Y of the image.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CloneShallow() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Mvc.WebImage|WebImage]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:A JSON string that contains the information for creating a client image object at the client side. == Parameters ==
** {{wiki:PublicMethod.gif|}} FromJson(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //jsonString// * Type:String * Description:N/A
** {{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|}} ImageVirtualPath ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ImageWidth ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} ImageHeight ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} RotationAngle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} FontStyle ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoFont|GeoFont]] ** {{wiki:PublicProperty.gif|}} FontColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} TextBackgroundColor ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} Text ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} TextOffsetX ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} TextOffsetY ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} ImageOffsetX ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} ImageOffsetY ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} IconImagePath ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Public Events ====