Click or drag to resize

PdfLinePointCollectionT(FS_POINTF, FS_POINTF) Constructor

Initialize a new instance of PdfLinePointCollectionT with specified points

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfLinePointCollection(
	FS_POINTF p1,
	FS_POINTF p2
)

Parameters

p1  FS_POINTF
First poitn of the callout line
p2  FS_POINTF
Second poitn of the callout line
See Also