Click or drag to resize

PdfPoint Constructor

Initializes a new instance of the PdfPoint structure that contains the specified coordinates.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public PdfPoint(
	double x,
	double y
)

Parameters

x  Double
The x-coordinate of the new PdfPoint structure.
y  Double
The y-coordinate of the new PdfPoint structure.
Exceptions
ExceptionCondition
ArgumentExceptionx or y is either NaN, NegativeInfinity or PositiveInfinity.
See Also