PdfRectangleElement(PdfRectangleF) Constructor

Initializes a new instance of the PdfRectangleElement class from a floating-point rectangle

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfRectangleElement(
	PdfRectangleF rectangle
)

Parameters

rectangle  PdfRectangleF
The source rectangle

See Also