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.MvcEdition.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 | |
FromJson | String | ||
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.
| Name | Type | Description |
|---|
Initialize a new instance of the WebImage class.
Initialize a new instance of the WebImage class.
| 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.
| 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.
| 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.
| 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.
| 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.
| Return Type | Description |
|---|---|
| WebImage<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| jsonString | String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| 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.
| 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.MvcEdition.WebImage –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the color of the text on the image.
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the style applied to the text on the image.
| Return Type |
|---|
| GeoFont<!– ThinkGeo.MapSuite.Core.GeoFont –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the height of the web image.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the image's X offset.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the image's Y offset.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the virtual path of the image file.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the width of the web image.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the rotation angle of the web image.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the text displayed on the image.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the background color of the text on the image.
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the X offset of the text on the image.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.WebImage –> Go Back
Gets or sets the Y offset of the text on the image.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.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.