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

PdfPoint(Double, Double) Constructor

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

Namespace: DevExpress.Pdf

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

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