Click or drag to resize
ImageInfo Class
Inheritance Hierarchy
SystemObject
  Cadcorp.Web.UI.FindMyNearestImageInfo

Namespace: Cadcorp.Web.UI.FindMyNearest
Assembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ImageInfo

The ImageInfo type exposes the following members.

Constructors
  NameDescription
Public methodImageInfo(IconsRow)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(XmlNode)
/// Initializes a new instance of the ImageInfo class.
Public methodImageInfo(String, Int32, Int32, Int32, Int32)
/// Initializes a new instance of the ImageInfo class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIconJSON
Gets the Open Layers JSON object for this image
Public methodGetType
Gets the Type of the current instance.
(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
Properties
  NameDescription
Public propertyFileName
The file name of the image.
Public propertyHeight
The Height 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
See Also