Click or drag to resize

ImageInfo Class

[Missing <summary> documentation for "T:Cadcorp.Configuration.ImageInfo"]

Inheritance Hierarchy

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
[SerializableAttribute]
public class ImageInfo

The ImageInfo type exposes the following members.

Constructors
  NameDescription
Public methodImageInfo
Initializes a new instance of the ImageInfo class.
Public methodImageInfo(DataRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(XmlNode)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(ConfigurationDataSetIconsRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(ConfigurationDataSetWatermarkRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(EmbeddableMapDataSetEmbeddableMapIconsRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(LocalKnowledgeDataSetLayerTemplatesRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(ReportDataSetReportRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(String, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the ImageInfo class.
Top
Properties
  NameDescription
Public propertyFileName
The file name of the image.
Public propertyHeight
The Height of the image
Public propertyid
The id of the image in the database
Public propertyImageName
The name of the image.
Public propertyOffsetX
The offset in X axis that will be used to place an image
Public propertyOffsetY
The offset in Y axis that will be used to place an image
Public propertyWidth
The Width of the image
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIconJSON
Gets the Open Layers JSON object for this image
Public methodGetImageUrl
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToJSON
Gets a JSON object that represents this image
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also