VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePoints Class / Add(PointF) Method
Syntax Requirements SeeAlso
In This Topic
    Add(PointF) Method (GraphicsFigurePoints)
    In This Topic
    Adds an object to the end of the collection.
    Syntax
    'Declaration
    
    Public Sub Add( _
    ByVal item
    The object to be added to the end of the collection.
    As System.Drawing.PointF _
    )
    public void Add(
    System.Drawing.PointF item
    )
    public: void Add(
    System.Drawing.PointF item
    )
    public:
    void Add(
    System.Drawing.PointF item
    )

    Parameters

    item
    The object to be added to the end of the collection.
    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