Accusoft PDF Xpress Control v6.0
Insert Method
A long value which represents the zero-based index in the collection where the given pIQuadrilateral object should be inserted. If this value is equal to the number of elements within the collection, the object is appended to the end of the collection.
The Quadrilateral to add to the collection.
Description
Inserts the given Quadrilateral into the collection at the given index.
Syntax
Visual Basic
Public Sub Insert( _
   ByVal Index As Long, _
   ByVal pIQuadrilateral As Quadrilateral _
) 
Parameters
Index
A long value which represents the zero-based index in the collection where the given pIQuadrilateral object should be inserted. If this value is equal to the number of elements within the collection, the object is appended to the end of the collection.
pIQuadrilateral
The Quadrilateral to add to the collection.
Remarks

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.)

See Also

QuadrilateralCollection Collection  | QuadrilateralCollection Members  | Quadrilateral Object

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback