User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.webimage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.webimage [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.WebImage ====== 
- 
- 
- 
-<!-- Class --> 
-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 ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.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}}[[#​FromJson(String)|FromJson]] ​  | String ​  ​| ​   |    | 
-| {{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. 
-=== 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. 
-=== 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. 
-=== 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. 
-=== 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. 
-=== 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. 
-=== 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. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]]<​!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== FromJson(String) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| jsonString ​  | String<​!-- System.String --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== 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. 
-=== 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.MvcEdition.WebImage --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== 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. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== FontStyle ==== 
-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 --> 
-[[#Public Properties|Go Back]] 
-==== ImageHeight ==== 
-Gets or sets the height of the web image. 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetX ==== 
-Gets or sets the image'​s X offset. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetY ==== 
-Gets or sets the image'​s Y offset. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageVirtualPath ==== 
-Gets or sets the virtual path of the image file. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== ImageWidth ==== 
-Gets or sets the width of the web image. 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== RotationAngle ==== 
-Gets or sets the rotation angle of the web image. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== Text ==== 
-Gets or sets the text displayed on the image. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== TextBackgroundColor ==== 
-Gets or sets the background color of the text on the image. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== TextOffsetX ==== 
-Gets or sets the X offset of the text on the image. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-==== TextOffsetY ==== 
-Gets or sets the Y offset of the text on the image. 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.MvcEdition.WebImage --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MvcEdition]] 
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.mvcedition.webimage.1440040132.txt.gz ยท Last modified: 2015/09/21 03:36 (external edit)