HiQPdf Documentation

PdfRectangle Constructor (Single, Single, Single, Single)

HiQPdf Client for .NET Core
Constructs a PDF rectangle with the given top left corner coordinates and the given width and height

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfRectangle(
	float x,
	float y,
	float width,
	float height
)

Parameters

x
Type: SystemSingle
The top left corner X coordinate in points
y
Type: SystemSingle
The top left corner Y coordinate in points
width
Type: SystemSingle
Rectangle width in points
height
Type: SystemSingle
Rectangle height in points
See Also

Reference