Skip to main content

PdfOrientedRectangle.Vertices Property

Provides access to the PdfOrientedRectangle object’s vertices.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfPoint> Vertices { get; }

Property Value

Type Description
IList<PdfPoint>

A list of vertices (starting from top left).

See Also