User Tools

Site Tools


thinkgeo.mapsuite.webedition.webimage

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.webedition.webimage [2015/09/18 03:09]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.WebImage ====== 
-Represents a small image that displays on the map. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.WebEdition.WebImage** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} WebImage() ** 
- 
-Initialize a new instance of the WebImage class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{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. 
- 
-<div newline></​div>​ 
-** {{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. 
- 
-<div newline></​div>​ 
-** {{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. 
- 
-<div newline></​div>​ 
-** {{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. 
- 
-<div newline></​div>​ 
-** {{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. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} CloneShallow() ** 
- 
-Creates a shallow copy of the current WebImage object. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToJson() ** 
- 
-Returns a JSON string that contains the information for creating a client image object at the client side. 
-== 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 == 
-<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|}} 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|}} ImageVirtualPath ** 
- 
-Gets or sets the virtual path of the image file. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} ImageWidth ** 
- 
-Gets or sets the width of the web image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} ImageHeight ** 
- 
-Gets or sets the height of the web image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} RotationAngle ** 
- 
-Gets or sets the rotation angle of the web image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} FontStyle ** 
- 
-Gets or sets the style applied to the text on the image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
- 
-** {{wiki:​PublicProperty.gif|}} FontColor ** 
- 
-Gets or sets the color of the text on the image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
- 
-** {{wiki:​PublicProperty.gif|}} TextBackgroundColor ** 
- 
-Gets or sets the background color of the text on the image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
- 
-** {{wiki:​PublicProperty.gif|}} Text ** 
- 
-Gets or sets the text displayed on the image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} TextOffsetX ** 
- 
-Gets or sets the X offset of the text on the image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} TextOffsetY ** 
- 
-Gets or sets the Y offset of the text on the image. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} ImageOffsetX ** 
- 
-Gets or sets the image'​s X offset. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} ImageOffsetY ** 
- 
-Gets or sets the image'​s Y offset. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} IconImagePath ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:String 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.webedition.webimage.1442545782.txt.gz ยท Last modified: 2015/09/18 03:09 by admin