Click or drag to resize

LineAnnotation Constructor (AnnotationPen, PointF, PointF)

Note: This API is now obsolete.

This overload is obsolete and may be removed in a future release.

Creates a new instance of LineAnnotation specifying the outline, starting and ending points.

Namespace:  Atalasoft.Annotate.UI
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 the start and end points as its first arguments.", 
	false)]
public LineAnnotation(
	AnnotationPen outline,
	PointF startPoint,
	PointF endPoint
)

Parameters

outline
Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen used to draw the line.
startPoint
Type: System.DrawingPointF
The starting point of the line.
endPoint
Type: System.DrawingPointF
The ending point of the line.
See Also