 | PdfLinePointCollectionT(FS_POINTF, FS_POINTF, FS_POINTF) Constructor |
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic PdfLinePointCollection(
FS_POINTF p1,
FS_POINTF p2,
FS_POINTF p3
)
Public Sub New (
p1 As FS_POINTF,
p2 As FS_POINTF,
p3 As FS_POINTF
)
public:
PdfLinePointCollection(
FS_POINTF p1,
FS_POINTF p2,
FS_POINTF p3
)
new :
p1 : FS_POINTF *
p2 : FS_POINTF *
p3 : FS_POINTF -> PdfLinePointCollectionpublic PdfLinePointCollection(
FS_POINTF p1,
FS_POINTF p2,
FS_POINTF p3
)
Patagames.Pdf.Net.Annotations.PdfLinePointCollection = function(p1, p2, p3);
Parameters
- p1 FS_POINTF
- First poitn of the callout line
- p2 FS_POINTF
- Second poitn of the callout line
- p3 FS_POINTF
- Third poitn of the callout line
See Also