Click or drag to resize

PdfQuadPointsCollectionInsert Method

Inserts a FS_QUADPOINTSF to the collection at the specified index.

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

Parameters

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

Implements

IListTInsert(Int32, T)
See Also