Click or drag to resize

PdfLinePointCollectionTRemoveAt Method

Removes the FS_POINTF at the specified index.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the FS_POINTF to remove.

Implements

IListTRemoveAt(Int32)
See Also