VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineAnnotationDataBase Class / Points Property
Syntax Requirements SeeAlso
In This Topic
    Points Property (LineAnnotationDataBase)
    In This Topic
    Gets a AnnotationPointCollection containing the points of annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The points of annotation.")>
    Public ReadOnly Property Points As AnnotationPointCollection
    
    
    [Description("The points of annotation.")]
    public AnnotationPointCollection Points { get; }
    
    
    [Description("The points of annotation.")]
    public: __property AnnotationPointCollection* get_Points();
    
    
    
    [Description("The points of annotation.")]
    public:
    property AnnotationPointCollection^ Points { AnnotationPointCollection^ get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also