Skip to main content

PdfPoint(Double, Double) Constructor

Initializes a new instance of the PdfPoint class with the specified coordinates.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfPoint(
    double x,
    double y
)

Parameters

Name Type Description
x Double

A Double value. This value is assigned to the PdfPoint.X property.

y Double

A Double value. This value is assigned to the PdfPoint.Y property.

See Also