Accusoft.PdfXpressSdk Namespace > QuadrilateralCollection Class : IndexOf Method |
'Declaration Public Function IndexOf( _ ByVal value As Quadrilateral _ ) As Integer
'Usage Dim instance As QuadrilateralCollection Dim value As Quadrilateral Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( Quadrilateral value )
public: int IndexOf( Quadrilateral* value )
public: int IndexOf( Quadrilateral^ value )
This method implements a standard collection operation. It searches the collection for a reference to the given object. If it finds a reference to it, it will return its index. If it cannot find a reference to it, this method will return -1. If the object is present more than once in the collection, this method will return the lowest index of a match.