Click or drag to resize

FreehandData Constructor (AnnotationBrush, 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, 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
[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(
	AnnotationBrush fill,
	AnnotationPen outline,
	params PointF[] points
)

Parameters

fill
Type: Atalasoft.AnnotateAnnotationBrush
The fill for the freehand.
outline
Type: Atalasoft.AnnotateAnnotationPen
The outline for the freehand.
points
Type: System.DrawingPointF
The initial point for the freehand.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a parameter is null.
See Also