QuadrilateralCollection Collection : Remove Method |
Visual Basic |
---|
Public Sub Remove( _ ByVal pIQuadrilateral As Quadrilateral _ ) |
This method searches the collection for the given Quadrilateral and removes it from the collection. If there are multiple occurrences of the object in the collection, this method will remove only the first one (the one with the lowest index.) If there are no occurrences of the given object, nothing occurs.