Click or drag to resize

HotspotData Class

Converts a hotspot into a format that can be serialized.
Inheritance Hierarchy
SystemObject
  Deltabit.WinFormsHotspotData

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
[SerializableAttribute]
public class HotspotData

The HotspotData type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAnnotation
The data representing the Annotation for a hospot.
Public fieldBorder
The PenData representing the border of the hotspot.
Public fieldChildHotspotsResources
The GUID ID for loading a child HotImage resources.
Public fieldCursor
The cursor displayed when over the hotpot.
Public fieldDescription
The hotspot description.
Public fieldFadeTime
Value which determines how long it takes in milliseconds for a fade in or out to take place when a hotspot changes visibility and the VisibleMode is set to Fade.
Public fieldFillBrush
The BrushData representing the FillBrush for painting the inside of the hotspot.
Public fieldFillBrushDirection
The FillBrush direction for garadient brushes.
Public fieldFillBrushResourceName
The Resource Name of the FillBrush.
Public fieldHyperlink
The hyperlink for the hotspot.
Public fieldName
The Name of the Hotspot.
Public fieldShape
The string representing the shape of the hotspot.
Public fieldSmoothing
The required smoothing for rendering the hotspot.
Public fieldText
The text to be displayed in the hotspot.
Public fieldVisible
The visible property for the hotpsot.
Public fieldVisibleMode
The data representing the animation that will take place when the visibilty changes.
Top
See Also