VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodePath Class / AddBezierCurves(VintasoftPointF[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddBezierCurves(VintasoftPointF[]) Method (BarcodePath)
    In This Topic
    Adds a sequence of connected cubic Bezier curves to this graphics path.
    Syntax
    'Declaration
    
    Public Sub AddBezierCurves( _
    ByVal points
    An array of VintasoftPointF structures that represents the points that define the curves.
    () As Vintasoft.Primitives.VintasoftPointF _
    )
    public void AddBezierCurves(
    Vintasoft.Primitives.VintasoftPointF[] points
    )
    public: void AddBezierCurves(
    Vintasoft.Primitives.VintasoftPointF[]* points
    )
    public:
    void AddBezierCurves(
    array<Vintasoft.Primitives.VintasoftPointF>^ points
    )

    Parameters

    points
    An array of VintasoftPointF structures that represents the points that define the curves.
    Exceptions
    ExceptionDescription
    Thrown if points array contains the wrong number of elements.
    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