Click or drag to resize

LineData Constructor (AnnotationPen, PointF, PointF, Boolean)

Note: This API is now obsolete.

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

Creates a new instance of LineData specifying the outline, starting and ending 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 the start and end points as its first arguments.", 
	false)]
public LineData(
	AnnotationPen outline,
	PointF startPoint,
	PointF endPoint,
	bool translucent
)

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.
translucent
Type: SystemBoolean
A value indicating if this annotation should act as a highlighter.
See Also