PdfRectangleF Constructor

Initializes a new instance of the PdfRectangleF class

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
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