Click or drag to resize

HotSpotAnnotation Constructor

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