PdfRectangleElement(PdfRectangleF) Constructor

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

Definition

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

Parameters

rectangle  PdfRectangleF
The source rectangle

See Also