Click or drag to resize

Annotation Class

An annotation is used for showing information about a hotspot. The annotation is displayed as static text on the hotspot when the annotation is set to visible.
Inheritance Hierarchy
SystemObject
  Deltabit.WinFormsAnnotation

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public class Annotation : ICloneable

The Annotation type exposes the following members.

Constructors
  NameDescription
Public methodAnnotation
Default constructor
Top
Properties
  NameDescription
Public propertyAlignment
Gets or sets the position of the annotation within the hotspot.
Public propertyBackgroundBrush
Gets of sets the brush used to paint the annotation background.
Public propertyBorder
Gets of sets the pen used to create the border surrounding the annotation.
Public propertyFont
Gets or sets the font used for the annotation text.
Public propertyOffsetX
Gets or sets the horizontal offset for the annotaion from it's normal position.
Public propertyOffsetY
Gets or sets the vertical offset for the annotaion from it's normal position.
Public propertyParent
The HotImage to which this annotation belongs.
Public propertyText
Gets or sets the Text associated with the hotspot.
Public propertyTextBrush
Gets or sets the brush used for drawing the annotation text.
Public propertyVisible
Gets or sets whether an annotation is visible. This is independent of the Hotspot.Visible setting.
Top
Methods
  NameDescription
Public methodClone
Creates a clone of everything except the reference to the parent Hotimage.
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
See Also