Click or drag to resize

PdfLinePointCollectionTItem Property

Gets or sets the FS_POINTF at the specified index

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_POINTF this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

FS_POINTF
The FS_POINTF at the specified index.

Implements

IListTItemInt32
See Also