VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfInkAnnotationView Class / StartPointIndexes Property
Синтаксис Требования Смотрите также
В этом разделе
    StartPointIndexes Свойство (WpfInkAnnotationView)
    В этом разделе
    Возвращает индексы (в коллекции точек, возвращаемой свойством Points), которые определяют начальные точки графических путей в этой аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")>
    Public ReadOnly Property StartPointIndexes As System.Collections.Generic.IList(Of Integer)
    
    
    [Description("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")]
    public System.Collections.Generic.IList<int> StartPointIndexes { get; }
    
    
    [Description("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")]
    public: __property System.Collections.Generic.IList<int*>* get_StartPointIndexes();
    
    
    
    [Description("The indices (in point collection returning by LineAnnotationDataBase.Points property), which define start points of graphics paths in this annotation.")]
    public:
    property System.Collections.Generic.IList<int^>^ StartPointIndexes { System.Collections.Generic.IList<int^>^ get(); }
    Требования

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

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