Click or drag to resize

PdfQuadPointsCollectionItem Property

Gets the FS_QUADPOINTSF at the specified index

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

Parameters

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

Return Value

FS_QUADPOINTSF
The FS_QUADPOINTSF at the specified index.

Implements

IListTItemInt32
See Also