ImageInfo Class |
[Missing <summary> documentation for "T:Cadcorp.Configuration.ImageInfo"]
Namespace: Cadcorp.Configuration
The ImageInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageInfo |
Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(DataRow) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(XmlNode) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(ConfigurationDataSetIconsRow) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(ConfigurationDataSetWatermarkRow) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(EmbeddableMapDataSetEmbeddableMapIconsRow) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(LocalKnowledgeDataSetLayerTemplatesRow) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(ReportDataSetReportRow) |
/// Initializes a new instance of the ImageInfo class.
|
![]() | ImageInfo(String, Int32, 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
|
![]() | id |
The id of the image in the database
|
![]() | ImageName |
The name 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
|
![]() | GetImageUrl | |
![]() | 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.) |