Add | Adds the given Quadrilateral object to the QuadrilateralCollection. |
Clear | Clears the QuadrilateralCollection of all data. |
Contains | Searches for the specified Quadrilateral object within the QuadrilateralCollection. |
CopyTo | Copies all elements of the collection to the given array, beginning at the specified index value. |
GetAt | Returns the Quadrilateral object which matches the given index value. |
IndexOf | Determines if the specified Quadrilateral is in the collection and returns its index. |
Insert | Inserts the given Quadrilateral into the collection at the given index. |
Remove | Removes the specified Quadrilateral from the collection. |
RemoveAt | Removes the Quadrilateral object located at the given index in the collection. |
Count | Gets and sets the number of Quadrilateral objects within the collection. |
Item | Gets and sets the element at the given index. |
QuadrilateralCollection Collection | Quadrilateral Object | TextMatch Object