Accusoft.PdfXpressSdk Namespace > QuadrilateralCollection Class : Add Method |
'Declaration Public Function Add( _ ByVal value As Quadrilateral _ ) As Integer
'Usage Dim instance As QuadrilateralCollection Dim value As Quadrilateral Dim value As Integer value = instance.Add(value)
public int Add( Quadrilateral value )
public: int Add( Quadrilateral* value )
public: int Add( Quadrilateral^ value )
This method implements a standard collection operation. It will insert a new Quadrilateral object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.