PdfPointF 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#
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