HotSpotData Constructor (RectangleF, AnnotationBrush, AnnotationPen, AnnotationBrush, AnnotationPen) |
Creates a new instance of HotSpotData specifying the rectangle bounds, active and
inactive fill, and outline.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic HotSpotData(
RectangleF rectangle,
AnnotationBrush fill,
AnnotationPen outline,
AnnotationBrush activeFill,
AnnotationPen activeOutline
)
Public Sub New (
rectangle As RectangleF,
fill As AnnotationBrush,
outline As AnnotationPen,
activeFill As AnnotationBrush,
activeOutline As AnnotationPen
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
The bounding rectangle for this object. - fill
- Type: Atalasoft.AnnotateAnnotationBrush
The fill used when not active. - outline
- Type: Atalasoft.AnnotateAnnotationPen
The outline used when not active. - activeFill
- Type: Atalasoft.AnnotateAnnotationBrush
The fill used when the annotation is active. - activeOutline
- Type: Atalasoft.AnnotateAnnotationPen
The outline used when the annotation is active.
See Also