VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfPolygonalAnnotation Class / Points Property
Syntax Requirements SeeAlso
In This Topic
    Points Property (PdfPolygonalAnnotation)
    In This Topic
    Gets or sets an array of points representing the coordinates of each vertex, in default user space.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An array of points representing the coordinates of each vertex, in default user space.")>
    <CategoryAttribute("Common")>
    <DefaultValueAttribute(null)>
    Public Property Points As System.Drawing.PointF[]
    
    
    [Description("An array of points representing the coordinates of each vertex, in default user space.")]
    [Category("Common")]
    [DefaultValue(null)]
    public System.Drawing.PointF[] Points { get; set; }
    
    
    [Description("An array of points representing the coordinates of each vertex, in default user space.")]
    [Category("Common")]
    [DefaultValue(null)]
    public: __property System.Drawing.PointF[] get_Points();
    public: __property void set_Points(
    System.Drawing.PointF[]* value
    );
    [Description("An array of points representing the coordinates of each vertex, in default user space.")]
    [Category("Common")]
    [DefaultValue(null)]
    public:
    property System.Drawing.PointF[] Points { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
    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