Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> Represents a small image that displays on the map.
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.
*System.Object **ThinkGeo.MapSuite.WebEdition.WebImage
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
WebImage | Initialize a new instance of the WebImage class. | ||
WebImage | String | Initialize a new instance of the WebImage class. | |
WebImage | Int32, Int32 | Initialize a new instance of the WebImage class. | |
WebImage | Int32, Int32, Single, Single | Initialize a new instance of the WebImage class. | |
WebImage | String, Int32, Int32 | Initialize a new instance of the WebImage class. | |
WebImage | String, Int32, Int32, Single, Single | Initialize a new instance of the WebImage class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
CloneShallow | Creates a shallow copy of the current WebImage object. | ||
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToJson | Returns a JSON string that contains the information for creating a client image object at the client side. | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
FontColor | GeoColor | Gets or sets the color of the text on the image. | |
FontStyle | GeoFont | Gets or sets the style applied to the text on the image. | |
ImageHeight | Int32 | Gets or sets the height of the web image. | |
ImageOffsetX | Single | Gets or sets the image's X offset. | |
ImageOffsetY | Single | Gets or sets the image's Y offset. | |
ImageVirtualPath | String | Gets or sets the virtual path of the image file. | |
ImageWidth | Int32 | Gets or sets the width of the web image. | |
RotationAngle | Single | Gets or sets the rotation angle of the web image. | |
Text | String | Gets or sets the text displayed on the image. | |
TextBackgroundColor | GeoColor | Gets or sets the background color of the text on the image. | |
TextOffsetX | Single | Gets or sets the X offset of the text on the image. | |
TextOffsetY | Single | Gets or sets the Y offset of the text on the image. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
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>
| Name | Type | Description |
|---|
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
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>
| Name | Type | Description |
|---|---|---|
| imageVirtualPath | String<!– System.String –> | The virtual path of the image. |
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
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>
| Name | Type | Description |
|---|---|---|
| imageWidth | Int32<!– System.Int32 –> | The width of the image. |
| imageHeight | Int32<!– System.Int32 –> | The height of the image. |
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
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>
| 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. |
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
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>
| 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. |
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
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>
| 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. |
Creates a shallow copy of the current WebImage object.
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 Type | Description |
|---|---|
| WebImage<!– ThinkGeo.MapSuite.WebEdition.WebImage –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
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 Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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 Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that contains the information for creating a client image object at the client side.
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 Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that contains the information for creating a client image object at the client side. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
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 Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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 Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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 Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the color of the text on the image.
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 Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the style applied to the text on the image.
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 Type |
|---|
| GeoFont<!– ThinkGeo.MapSuite.Core.GeoFont –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the height of the web image.
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 Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the image's X offset.
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 Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the image's Y offset.
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 Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the virtual path of the image file.
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 Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the width of the web image.
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 Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the rotation angle of the web image.
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 Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the text displayed on the image.
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 Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the background color of the text on the image.
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 Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the X offset of the text on the image.
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 Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
Gets or sets the Y offset of the text on the image.
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 Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.WebEdition.WebImage –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.