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
thinkgeo.mapsuite.webedition.webimage [2015/09/22 08:50]
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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28.29//​ 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WebImage(String) ** 
- 
-  * //​Initialize a new instance of the WebImage class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.29//​ 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28Int32.2C_Int32.29//​ 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28Int32.2C_Int32.2C_Single.2C_Single.29//​ 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.2C_Int32.2C_Int32.29//​ 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.2C_Int32.2C_Int32.2C_Single.2C_Single.29//​ 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​CloneShallow.28.29//​ 
- 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ToJson.28.29//​ 
- 
-== 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 == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​MemberwiseClone.28.29//​ 
- 
-== 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 == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageVirtualPath 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} ImageWidth ** 
- 
-Gets or sets the width of the web image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageWidth 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} ImageHeight ** 
- 
-Gets or sets the height of the web image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageHeight 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} RotationAngle ** 
- 
-Gets or sets the rotation angle of the web image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​RotationAngle 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} FontStyle ** 
- 
-Gets or sets the style applied to the text on the image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​FontStyle 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
- 
-** {{wiki:​PublicProperty.gif|}} FontColor ** 
- 
-Gets or sets the color of the text on the image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​FontColor 
-== 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 == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextBackgroundColor 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
- 
-** {{wiki:​PublicProperty.gif|}} Text ** 
- 
-Gets or sets the text displayed on the image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Text 
-== Return Value == 
-  * Type:String 
- 
-** {{wiki:​PublicProperty.gif|}} TextOffsetX ** 
- 
-Gets or sets the X offset of the text on the image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextOffsetX 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} TextOffsetY ** 
- 
-Gets or sets the Y offset of the text on the image. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextOffsetY 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} ImageOffsetX ** 
- 
-Gets or sets the image'​s X offset. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageOffsetX 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} ImageOffsetY ** 
- 
-Gets or sets the image'​s Y offset. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageOffsetY 
-== 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.1442911826.txt.gz ยท Last modified: 2015/09/22 08:50 by admin