Click or drag to resize

PdfQuadPointsCollection Methods

The PdfQuadPointsCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a FS_QUADPOINTSF to the collection
Public methodClear Removes all FS_QUADPOINTSF from the collection
Public methodContains Determines whether the collection contains a specific FS_QUADPOINTSF.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodIndexOf Determines the index of a specific FS_QUADPOINTSF in the collection.
Public methodInsert Inserts a FS_QUADPOINTSF to the collection at the specified index.
Public methodRemove Removes the first occurrence of a specific FS_QUADPOINTSF from the collection.
Public methodRemoveAt Removes the FS_QUADPOINTSF at the specified index.
Top
See Also