FreehandData Constructor (PointF) |
Creates a new instance of FreehandData specifying the 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 FreehandData(
params PointF[] points
)
Public Sub New (
ParamArray points As PointF()
)
Parameters
- points
- Type: System.DrawingPointF
The initial points for the freehand. These points must be in annotation space.
Exceptions Exception | Condition |
---|
| Thrown if the points parameter is null. |
See Also