PdfQuadrilateral.Vertices Property
Retrieves the PdfQuadrilateral object’s vertices.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v25.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<PdfPoint> | A list of vertices (starting from top left). |
See Also