HotSpotData Constructor (RectangleF, AnnotationPen) |
Creates a new instance of HotSpotData specifying the rectangle bounds and outline.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public HotSpotData(
RectangleF rectangle,
AnnotationPen outline
)
Public Sub New (
rectangle As RectangleF,
outline As AnnotationPen
)
Parameters
- rectangle
- Type: System.DrawingRectangleF
The bounding rectangle for this object. - outline
- Type: Atalasoft.AnnotateAnnotationPen
The outline used when not active.
See Also