Overload | Description |
---|---|
PDFPoint Constructor() | Initializes a new PDFPoint object. |
PDFPoint Constructor(PointF) | Initializes a new PDFPoint object based on a System.Drawing.PointF structure. |
PDFPoint Constructor(Point) | Initializes a new PDFPoint object based on a System.Drawing.Point structure. |
PDFPoint Constructor(Double,Double) | Initializes a new PDFPoint object based on the given coordinates. |