PdfPoint Constructor |
Name | Description | |
---|---|---|
PdfPoint |
Default constructor.
| |
PdfPoint(PdfPoint) |
Initializes a new instance of the PdfPoint class using another point.
| |
PdfPoint(Double, Double) |
Initializes a new instance of the PdfPoint class with the specified coordinates.
| |
PdfPoint(PdfPoint, Double, Double) |
Initializes a new instance of the PdfPoint class using a point on a circle.
| |
PdfPoint(Double, Double, Double, Double) |
Initializes a new instance of the PdfPoint class using a point on a circle.
|