Click or drag to resize

PdfLinePointCollectionTAdd Method

Adds a FS_POINTF to the collection

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void Add(
	FS_POINTF item
)

Parameters

item  FS_POINTF
The FS_POINTF to add to the collection

Implements

ICollectionTAdd(T)
See Also