PdfRectangle(RectangleF) Constructor

Constructs a PDF rectangle based on the given .NET rectangle

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfRectangle(
	RectangleF rectangle
)

Parameters

rectangle  RectangleF
The rectangle with the dimensions expressed in points

See Also