Click or drag to resize

LinesAnnotationPoints Property

Gets a PointFCollection containing the points for this annotation.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointFCollection Points { get; }

Property Value

Type: PointFCollection
The points for this annotation in annotation space.
Remarks
The LinesAnnotation must have at least two points in the collection.
See Also