This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.webimage [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.webimage [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.MvcEdition.WebImage ====== | ====== ThinkGeo.MapSuite.MvcEdition.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.MvcEdition.WebImage]] | + | ***ThinkGeo.MapSuite.MvcEdition.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 == |
| + | * //N/A// | ||
| + | == 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. | | + | * //N/A// |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | == Parameters == |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FromJson(String)|FromJson]] | String | | | | + | * //imageVirtualPath// |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | * Type:String |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | * Description:The virtual path of the image. |
| - | | {{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 ==== | + | <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. | | + | * //N/A// |
| - | | {{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. | + | * //N/A// |
| - | === Overloads === | + | == Parameters == |
| - | Initialize a new instance of the WebImage class. | + | * //imageWidth// |
| - | === Parameters === | + | * Type:Int32 |
| - | ^ Name ^ Type ^ Description ^ | + | * Description:The width of the image. |
| - | [[#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. | + | |
| - | === 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. | + | |
| - | === 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. | + | |
| - | === 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. | + | |
| - | === 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. | + | * //N/A// |
| - | === Overloads === | + | == Parameters == |
| - | Initialize a new instance of the WebImage class. | + | * //imageVirtualPath// |
| - | === Parameters === | + | * Type:String |
| - | ^ Name ^ Type ^ Description ^ | + | * Description:The virtual path of the image. |
| - | | 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. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]]<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | | | + | |
| - | === Parameters === | + | * //imageHeight// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
| + | * Description:The height of the image. | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} WebImage(String,Int32,Int32,Single,Single) ** |
| - | ==== Equals(Object) ==== | + | |
| - | === 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 --> | | | + | * //N/A// |
| + | == Parameters == | ||
| + | * //imageVirtualPath// | ||
| + | * Type:String | ||
| + | * Description:The virtual path of the image. | ||
| - | <!-- System.Object --> | + | * //imageWidth// |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== FromJson(String) ==== | + | * Description:The width of the image. |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //imageHeight// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
| - | | jsonString | String<!-- System.String --> | | | + | * Description:The height of the image. |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | * //imageOffsetX// |
| - | [[#Public Methods|Go Back]] | + | * Type:Single |
| - | ==== GetHashCode() ==== | + | * Description:The offset X of the image. |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === 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 ==== |
| - | ==== GetType() ==== | + | ==== Public Methods ==== |
| - | === Return Value === | + | ** {{wiki:PublicMethod.gif|}} CloneShallow() ** |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | * //Creates a shallow copy of the current WebImage object.// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] |
| - | ==== ToJson() ==== | + | * Description:N/A |
| - | Returns a JSON string that contains the information for creating a client image object at the client side. | + | |
| - | === 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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | * //Returns a JSON string that contains the information for creating a client image object at the client side.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToString() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === 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 == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ===== Protected Methods ===== | + | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Void |
| - | ==== MemberwiseClone() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //jsonString// |
| + | * Type:String | ||
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | ===== Public Properties ===== | + | |
| - | ==== FontColor ==== | + | |
| - | Gets or sets the color of the text on the image. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | * //N/A// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== FontStyle ==== | + | * //N/A// |
| - | Gets or sets the style applied to the text on the image. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]<!-- ThinkGeo.MapSuite.Core.GeoFont --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | == Return Value == |
| - | [[#Public Properties|Go Back]] | + | * Type:String |
| - | ==== ImageHeight ==== | + | * Description:N/A |
| - | Gets or sets the height of the web image. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | == Parameters == |
| - | [[#Public Properties|Go Back]] | + | <div newline></div> |
| - | ==== ImageOffsetX ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | Gets or sets the image's X offset. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | * //N/A// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ImageOffsetY ==== | + | * //N/A// |
| - | Gets or sets the image's Y offset. | + | |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Boolean |
| - | | Single<!-- System.Single --> | | + | * 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 ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.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. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | String<!-- System.String --> | | + | == Return Value == |
| + | * Type:String | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ImageWidth ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ImageWidth ==== | ||
| Gets or sets the width of the web image. | Gets or sets the width of the web image. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | Int32<!-- System.Int32 --> | | + | == 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 ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.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. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | Single<!-- System.Single --> | | + | == Return Value == |
| + | * Type:Single | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.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 == |
| - | === Return Value === | + | N/A |
| - | ^ Return Type ^ | + | == Return Value == |
| - | | String<!-- System.String --> | | + | * 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 ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.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. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> | | + | == 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 ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.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. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | Single<!-- System.Single --> | | + | == Return Value == |
| + | * Type:Single | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} TextOffsetY ** | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.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. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | Single<!-- System.Single --> | | + | == Return Value == |
| + | * Type:Single | ||
| - | <!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> | + | ** {{wiki:PublicProperty.gif|}} ImageOffsetX ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | Gets or sets the image's X offset. |
| - | ===== Public Events ===== | + | == Remarks == |
| - | __NOTOC__ | + | N/A |
| - | [[Category:MvcEdition]] | + | == Return Value == |
| - | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | * Type:Single |
| - | [[Category:UpdateDocumentation]] | + | |
| + | ** {{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 ==== | ||