VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / LineAnnotationViewBase Class / Points Property
Синтаксис Требования Смотрите также
В этом разделе
    Points Свойство (LineAnnotationViewBase)
    В этом разделе
    Возвращает AnnotationPointCollection, содержащий точки аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The points of annotation.")>
    Public ReadOnly Property Points As Vintasoft.Imaging.Annotation.AnnotationPointCollection
    
    
    [Description("The points of annotation.")]
    public Vintasoft.Imaging.Annotation.AnnotationPointCollection Points { get; }
    
    
    [Description("The points of annotation.")]
    public: __property Vintasoft.Imaging.Annotation.AnnotationPointCollection* get_Points();
    
    
    
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также