| ImageInfo Class |
Namespace: Cadcorp.Web.UI.FindMyNearest
[SerializableAttribute] public class ImageInfo
The ImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageInfo(IconsRow) |
/// Initializes a new instance of the ImageInfo class.
| |
| ImageInfo(XmlNode) |
/// Initializes a new instance of the ImageInfo class.
| |
| ImageInfo(String, Int32, Int32, Int32, Int32) |
/// Initializes a new instance of the ImageInfo class.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIconJSON |
Gets the Open Layers JSON object for this image
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToJSON |
Gets a JSON object that represents this image
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| FileName |
The file name of the image.
| |
| Height |
The Height of the image
| |
| OffsetX |
The offset in X axis that will be used to place an image
| |
| OffsetY |
The offset in Y axis that will be used to place an image
| |
| Width |
The Width of the image
|