Click or drag to resize

HotSpotData Constructor

Constructs a HotSpotData.
Overload List
  NameDescription
Public methodHotSpotData
Creates a new instance of HotSpotData.
Public methodHotSpotData(RectangleF, AnnotationBrush)
Creates a new instance of HotSpotData specifying the rectangle bounds fill.
Public methodHotSpotData(RectangleF, AnnotationPen)
Creates a new instance of HotSpotData specifying the rectangle bounds and outline.
Public methodHotSpotData(SerializationInfo, StreamingContext)
Creates a new instance of HotSpotData from serialized information.
Public methodHotSpotData(RectangleF, AnnotationBrush, AnnotationPen)
Creates a new instance of HotSpotData specifying the rectangle bounds, fill and outline.
Public methodHotSpotData(RectangleF, AnnotationBrush, AnnotationPen, AnnotationBrush, AnnotationPen)
Creates a new instance of HotSpotData specifying the rectangle bounds, active and inactive fill, and outline.
Top
See Also