PdfPointF Class

Represents a point in the public PDF coordinate space used by the library

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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