QuadrilateralCollection Collection : Insert Method |
Visual Basic |
---|
Public Sub Insert( _ ByVal Index As Long, _ ByVal pIQuadrilateral As Quadrilateral _ ) |
This method inserts the given pIQuadrilateral object into the collection at the given index. It will move all Quadrilateral objects that follow the newly added form (if any) back one place (their indices will be one greater than they were before this method.)