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: 11.5.0.5.0.230 (.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