Click or drag to resize

PdfLinePointCollectionT Methods

The PdfLinePointCollectionT type exposes the following members.

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