PolygonAnnotationPoints Property |
Gets a
PointFCollection containing the points for this polygon in annotation space.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic PointFCollection Points { get; }Public ReadOnly Property Points As PointFCollection
Get
Property Value
Type:
PointFCollection The points used by this annotation.
See Also