PdfOrientedRectangle.Vertices Property
In This Article
Provides access to the PdfOrientedRectangle object’s vertices.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<Pdf |
A list of vertices (starting from top left). |
See Also