HiQPdf Next Library for .NET Documentation
C#
Show/Hide TOC
Pdf
Point
F Class
Represents a point in the public PDF coordinate space used by the library
Definition
Namespace:
HiQPdf.Next
Assembly:
HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
Copy
public
sealed
class
PdfPointF
Inheritance
Object
PdfPointF
Constructors
PdfPointF
Initializes a new instance of the
PdfPointF
class
Properties
X
Gets the X coordinate
Y
Gets the Y coordinate
Methods
Equals
(Inherited from
Object
)
GetHashCode
(Inherited from
Object
)
GetType
(Inherited from
Object
)
ToString
(Inherited from
Object
)
See Also
Reference
HiQPdf.Next Namespace
In This Article
Definition
Constructors
Properties
Methods
See Also