VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPointCollection Class / AddRange(PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    AddRange(PointF[]) Method (AnnotationPointCollection)
    In This Topic
    Adds the elements of points array to the end of the AnnotationPointCollection.
    Syntax
    'Declaration
    
    Public Sub AddRange( _
    ByVal points
    The points array whose elements should be added to the end of the AnnotationPointCollection.
    () As System.Drawing.PointF _
    )
    public void AddRange(
    System.Drawing.PointF[] points
    )
    public: void AddRange(
    System.Drawing.PointF[]* points
    )
    public:
    void AddRange(
    array<System.Drawing.PointF>^ points
    )

    Parameters

    points
    The points array whose elements should be added to the end of the AnnotationPointCollection.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also