Click or drag to resize

PdfLinePointCollectionTGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public IEnumerator<FS_POINTF> GetEnumerator()

Return Value

IEnumeratorFS_POINTF
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also