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