Constructor PdfPoint
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfPoint(PdfPoint)
public PdfPoint(PdfPoint pt)
Parameters
PdfPoint(float, float)
Initializes a new instance of the PdfPoint struct with the specified coordinates.
public PdfPoint(float x, float y)
Parameters
PdfPoint(double, double)
Initializes a new instance of the PdfPoint struct with the specified coordinates.
public PdfPoint(double x, double y)