VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / AlignmentPanel Class / Add(RectangleFigure) Method
Syntax Requirements SeeAlso
In This Topic
    Add(RectangleFigure) Method (AlignmentPanel)
    In This Topic
    Adds a element to the panel.
    Syntax
    'Declaration
    
    Public Sub Add( _
    ByVal item
    The element to add to the panel.
    As RectangleFigure _
    )
    public void Add(
    RectangleFigure item
    )
    public: void Add(
    RectangleFigure* item
    )
    public:
    void Add(
    RectangleFigure^ item
    )

    Parameters

    item
    The element to add to the panel.
    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