PdfRectangleF Class

Represents a rectangle in the 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 PdfRectangleF
Inheritance
Object    PdfRectangleF

Constructors

PdfRectangleF Initializes a new instance of the PdfRectangleF class

Properties

Bottom Gets the bottom edge
Height Gets the height
Left Gets the left edge
Right Gets the right edge
Top Gets the top edge
Width Gets the width
X Gets the X coordinate of the top-left corner
Y Gets the Y coordinate of the top-left corner

Methods

Equals
(Inherited from Object)
FromRectangle Creates a floating-point rectangle from an integer rectangle
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToRectangle Converts the floating-point rectangle to an integer rectangle by rounding outward
ToString
(Inherited from Object)

See Also