VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPolygonalAnnotation Class / Points Property
Синтаксис Требования Смотрите также
В этом разделе
    Points Свойство (PdfPolygonalAnnotation)
    В этом разделе
    Возвращает или задает массив точек, представляющих координаты каждой вершины в пользовательском пространстве по умолчанию.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Common")>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("An array of points representing the coordinates of each vertex, in default user space.")>
    Public Property Points As System.Drawing.PointF[]
    
    
    [Category("Common")]
    [DefaultValue(null)]
    [Description("An array of points representing the coordinates of each vertex, in default user space.")]
    public System.Drawing.PointF[] Points { get; set; }
    
    
    [Category("Common")]
    [DefaultValue(null)]
    [Description("An array of points representing the coordinates of each vertex, in default user space.")]
    public: __property System.Drawing.PointF[] get_Points();
    public: __property void set_Points(
    System.Drawing.PointF[]* value
    );
    [Category("Common")]
    [DefaultValue(null)]
    [Description("An array of points representing the coordinates of each vertex, in default user space.")]
    public:
    property System.Drawing.PointF[] Points { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
    Требования

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

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