FreehandData Constructor (AnnotationPen, PointF) |
Note: This API is now obsolete.
This overload is obsolete and may be removed in a future release.
Creates a new instance of FreehandData specifying the outline and initial points.
Namespace: Atalasoft.Annotate
[ObsoleteAttribute("This constructor may be removed in a future release. Please use the constructor which takes a PointF array as its first argument.", false)] public FreehandData( AnnotationPen outline, params PointF[] points )
Exception | Condition |
---|---|
ArgumentNullException | Thrown if a parameter is null. |