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

    Parameters

    points
    The points array whose elements should be added to the AnnotationPointCollection.
    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