HotSpotFreehandData Constructor (AnnotationBrush, PointF) |
Creates a new instance of HotSpotFreehandData specifying the outline, fill and initial
points.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public HotSpotFreehandData(
AnnotationBrush fill,
params PointF[] points
)
Public Sub New (
fill As AnnotationBrush,
ParamArray points As PointF()
)
Parameters
- fill
- Type: Atalasoft.AnnotateAnnotationBrush
The fill for the hotspot. - points
- Type: System.DrawingPointF
The initial point for the hotspot. These points must be in annotation space.
Exceptions Exception | Condition |
---|
| Thrown if a parameter is null. |
See Also