Initializes a new instance of the
PdfPoint struct with the
specified coordinates.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPoint(
double x,
double y
)
VB
Public Sub New (
x As Double,
y As Double
)
Parameters
- x
- Type: System.Double
The horizontal position of the point. - y
- Type: System.Double
The vertical position of the point.
See Also