PdfRectangleF Constructor

Initializes a new instance of the PdfRectangleF class

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfRectangleF(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
The X coordinate of the top-left corner
y  Single
The Y coordinate of the top-left corner
width  Single
The width
height  Single
The height

See Also