PdfQuadF Class

Represents the four transformed corners of a rectangle in page space

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public sealed class PdfQuadF
Inheritance
Object    PdfQuadF

Constructors

PdfQuadF Initializes a new instance of the PdfQuadF class

Properties

BottomLeft Gets the transformed bottom-left corner
BottomRight Gets the transformed bottom-right corner
TopLeft Gets the transformed top-left corner
TopRight Gets the transformed top-right corner

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also