Initializes a new instance of the
PdfPoint structure that contains the specified coordinates.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntaxpublic PdfPoint(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
Parameters
- x Double
- The x-coordinate of the new PdfPoint structure.
- y Double
- The y-coordinate of the new PdfPoint structure.
Exceptions
See Also