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

Next revision
Previous revision
thinkgeo.mapsuite.webedition.webimage [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition.WebImage ====== 
- 
- 
- 
-<!-- Class --> 
-Represents a small image that displays on the map. 
-=== Remarks === 
-The &​lt;​strong&​gt;​WebImage&​lt;/​strong&​gt;​ object represents a small image on the map. The &​lt;​strong&​gt;​WebImage&​lt;/​strong&​gt;​ class has many properties that determine the apprearance of the image. Currently, the WebImage is used for creating markers. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.WebEdition.WebImage]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage()|WebImage]] ​  ​| ​   |    | Initialize a new instance of the WebImage class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage(String)|WebImage]] ​  | String ​  ​| ​   | Initialize a new instance of the WebImage class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage(Int32,​ Int32)|WebImage]] ​  | Int32, Int32   ​| ​   | Initialize a new instance of the WebImage class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage(Int32,​ Int32, Single, Single)|WebImage]] ​  | Int32, Int32, Single, Single ​  ​| ​   | Initialize a new instance of the WebImage class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage(String,​ Int32, Int32)|WebImage]] ​  | String, Int32, Int32   ​| ​   | Initialize a new instance of the WebImage class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WebImage(String,​ Int32, Int32, Single, Single)|WebImage]] ​  | String, Int32, Int32, Single, Single ​  ​| ​   | Initialize a new instance of the WebImage class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CloneShallow()|CloneShallow]] ​  ​| ​   |    | Creates a shallow copy of the current WebImage object. ​  | 
-| {{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}}[[#​ToJson()|ToJson]] ​  ​| ​   |    | Returns a JSON string that contains the information for creating a client image object at the client side.   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontColor|FontColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Gets or sets the color of the text on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontStyle|FontStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] ​  ​| ​   | Gets or sets the style applied to the text on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageHeight|ImageHeight]] ​  | Int32   ​| ​   | Gets or sets the height of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageOffsetX|ImageOffsetX]] ​  | Single ​  ​| ​   | Gets or sets the image'​s X offset. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageOffsetY|ImageOffsetY]] ​  | Single ​  ​| ​   | Gets or sets the image'​s Y offset. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageVirtualPath|ImageVirtualPath]] ​  | String ​  ​| ​   | Gets or sets the virtual path of the image file.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageWidth|ImageWidth]] ​  | Int32   ​| ​   | Gets or sets the width of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RotationAngle|RotationAngle]] ​  | Single ​  ​| ​   | Gets or sets the rotation angle of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Text|Text]] ​  | String ​  ​| ​   | Gets or sets the text displayed on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextBackgroundColor|TextBackgroundColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Gets or sets the background color of the text on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextOffsetX|TextOffsetX]] ​  | Single ​  ​| ​   | Gets or sets the X offset of the text on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextOffsetY|TextOffsetY]] ​  | Single ​  ​| ​   | Gets or sets the Y offset of the text on the image. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== WebImage() ==== 
-Initialize a new instance of the WebImage class. 
-=== Overloads === 
-Initialize a new instance of the WebImage class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== WebImage(String) ==== 
-Initialize a new instance of the WebImage class. 
-=== Overloads === 
-Initialize a new instance of the WebImage class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageVirtualPath ​  | String<​!-- System.String --> ​  | The virtual path of the image. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== WebImage(Int32,​ Int32) ==== 
-Initialize a new instance of the WebImage class. 
-=== Overloads === 
-Initialize a new instance of the WebImage class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28Int32.2C_Int32.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageWidth ​  | Int32<​!-- System.Int32 --> ​  | The width of the image. ​  | 
-| imageHeight ​  | Int32<​!-- System.Int32 --> ​  | The height of the image. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== WebImage(Int32,​ Int32, Single, Single) ==== 
-Initialize a new instance of the WebImage class. 
-=== Overloads === 
-Initialize a new instance of the WebImage class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28Int32.2C_Int32.2C_Single.2C_Single.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28Int32.2C_Int32.2C_Single.2C_Single.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageWidth ​  | Int32<​!-- System.Int32 --> ​  | The width of the image. ​  | 
-| imageHeight ​  | Int32<​!-- System.Int32 --> ​  | The height of the image. ​  | 
-| imageOffsetX ​  | Single<​!-- System.Single --> ​  | The offset X of the image. ​  | 
-| imageOffsetY ​  | Single<​!-- System.Single --> ​  | The offset Y of the image. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== WebImage(String,​ Int32, Int32) ==== 
-Initialize a new instance of the WebImage class. 
-=== Overloads === 
-Initialize a new instance of the WebImage class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.2C_Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.2C_Int32.2C_Int32.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageVirtualPath ​  | String<​!-- System.String --> ​  | The virtual path of the image. ​  | 
-| imageWidth ​  | Int32<​!-- System.Int32 --> ​  | The width of the image. ​  | 
-| imageHeight ​  | Int32<​!-- System.Int32 --> ​  | The height of the image. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== WebImage(String,​ Int32, Int32, Single, Single) ==== 
-Initialize a new instance of the WebImage class. 
-=== Overloads === 
-Initialize a new instance of the WebImage class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.2C_Int32.2C_Int32.2C_Single.2C_Single.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​WebImage.28String.2C_Int32.2C_Int32.2C_Single.2C_Single.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageVirtualPath ​  | String<​!-- System.String --> ​  | The virtual path of the image. ​  | 
-| imageWidth ​  | Int32<​!-- System.Int32 --> ​  | The width of the image. ​  | 
-| imageHeight ​  | Int32<​!-- System.Int32 --> ​  | The height of the image. ​  | 
-| imageOffsetX ​  | Single<​!-- System.Single --> ​  | The offset X of the image. ​  | 
-| imageOffsetY ​  | Single<​!-- System.Single --> ​  | The offset Y of the image. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== CloneShallow() ==== 
-Creates a shallow copy of the current WebImage object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​CloneShallow.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​CloneShallow.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]<​!-- ThinkGeo.MapSuite.WebEdition.WebImage --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ToJson.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ToJson.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  | A JSON string that contains the information for creating a client image object at the client side.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​FontColor"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​FontColor</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​FontStyle"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​FontStyle</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<​!-- ThinkGeo.MapSuite.Core.GeoFont --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageHeight ==== 
-Gets or sets the height of the web image. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageHeight"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageHeight</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetX ==== 
-Gets or sets the image'​s X offset. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageOffsetX"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageOffsetX</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetY ==== 
-Gets or sets the image'​s Y offset. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageOffsetY"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageOffsetY</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageVirtualPath ==== 
-Gets or sets the virtual path of the image file. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageVirtualPath"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageVirtualPath</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageWidth ==== 
-Gets or sets the width of the web image. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageWidth"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​ImageWidth</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== RotationAngle ==== 
-Gets or sets the rotation angle of the web image. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​RotationAngle"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​RotationAngle</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== Text ==== 
-Gets or sets the text displayed on the image. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Text"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​Text</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextBackgroundColor"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextBackgroundColor</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextOffsetX"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextOffsetX</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextOffsetY"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.WebImage#​TextOffsetY</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​WebEdition]] 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.webedition.webimage.1440040135.txt.gz ยท Last modified: 2015/09/18 03:09 (external edit)