Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfQuadrilateral(PdfPoint, PdfPoint, PdfPoint, PdfPoint) Constructor

Initializes a new instance of the PdfQuadrilateral class with the specified settings.

Namespace: DevExpress.Pdf

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

Declaration

public PdfQuadrilateral(
    PdfPoint p1,
    PdfPoint p2,
    PdfPoint p3,
    PdfPoint p4
)

Parameters

Name Type Description
p1 PdfPoint

A PdfPoint object that represents the coordinates of the first quadrilateral point.

p2 PdfPoint

A PdfPoint object that represents the coordinates of the second quadrilateral point.

p3 PdfPoint

A PdfPoint object that represents the coordinates of the third quadrilateral point.

p4 PdfPoint

A PdfPoint object that represents the coordinates of the fourth quadrilateral point.

See Also