ImageInfo Class |
[Missing <summary> documentation for "T:Cadcorp.Web.UI.FindMyNearest.ImageInfo"]
Namespace: Cadcorp.Web.UI.FindMyNearest
The ImageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageInfo(XmlNode) |
/// Initializes a new instance of the ImageInfo class.
| |
| ImageInfo(ConfigurationDataSetIconsRow) |
/// Initializes a new instance of the ImageInfo class.
| |
| ImageInfo(String, Int32, Int32, Int32, Int32) |
/// Initializes a new instance of the ImageInfo class.
|
| 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
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetIconJSON |
Gets the Open Layers JSON object for this image
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToJSON |
Gets a JSON object that represents this image
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |