Click or drag to resize

PdfQuadPointsCollectionAdd Method

Adds a FS_QUADPOINTSF to the collection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Add(
	FS_QUADPOINTSF item
)

Parameters

item  FS_QUADPOINTSF
The FS_QUADPOINTSF to add to the collection

Implements

ICollectionTAdd(T)
See Also