VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / InkAnnotationView Class / StartPointIndexes Property
Синтаксис Требования Смотрите также
В этом разделе
StartPointIndexes Свойство (InkAnnotationView)
В этом разделе
Возвращает индексы (в коллекции точек, возвращаемой свойством 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; }

Требования

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

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