Click or drag to resize

PdfPoint Constructor

Overload List
  NameDescription
Public methodPdfPoint
Default constructor.
Public methodPdfPoint(PdfPoint)
Initializes a new instance of the PdfPoint class using another point.
Public methodPdfPoint(Double, Double)
Initializes a new instance of the PdfPoint class with the specified coordinates.
Public methodPdfPoint(PdfPoint, Double, Double)
Initializes a new instance of the PdfPoint class using a point on a circle.
Public methodPdfPoint(Double, Double, Double, Double)
Initializes a new instance of the PdfPoint class using a point on a circle.
Top
See Also