VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigureGroup Class / Remove(GraphicsFigure) Method
Syntax Requirements SeeAlso
In This Topic
    Remove(GraphicsFigure) Method (GraphicsFigureGroup)
    In This Topic
    Removes the first occurrence of a specific figure from the collection.
    Syntax
    'Declaration
    
    Public Function Remove( _
    ByVal item
    The figure to remove from the group.
    As GraphicsFigure _
    ) As Boolean
    public bool Remove(
    GraphicsFigure item
    )
    public: bool Remove(
    GraphicsFigure* item
    )
    public:
    bool Remove(
    GraphicsFigure^ item
    )

    Parameters

    item
    The figure to remove from the group.

    Return Value

    True if figure is removed successfully; otherwise, false.
    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