Click or drag to resize

PdfLinePointCollectionTInsert Method

Inserts a FS_POINTF to the collection at the specified index.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void Insert(
	int index,
	FS_POINTF item
)

Parameters

index  Int32
The zero-based index at which FS_POINTF should be inserted.
item  FS_POINTF
The FS_POINTF to insert into the collection.

Implements

IListTInsert(Int32, T)
See Also