Accusoft.PdfXpressSdk Namespace > QuadrilateralCollection Class : Insert Method |
'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As Quadrilateral _ )
'Usage Dim instance As QuadrilateralCollection Dim index As Integer Dim value As Quadrilateral instance.Insert(index, value)
public void Insert( int index, Quadrilateral value )
public: void Insert( int index, Quadrilateral* value )
public: void Insert( int index, Quadrilateral^ value )
This method implements a standard collection operation. It will insert a Quadrilateral 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.)