PdfRectangle(Single, Single, Single, Single) Constructor

Constructs a PDF rectangle with the given top left corner coordinates and the given width and height

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfRectangle(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
The top left corner X coordinate in points
y  Single
The top left corner Y coordinate in points
width  Single
Rectangle width in points
height  Single
Rectangle height in points

See Also