PdfRectangleFFromRectangle Method

Creates a floating-point rectangle from an integer rectangle

Definition

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

Parameters

rectangle  PdfRectangle
The source rectangle

Return Value

PdfRectangleF
The converted rectangle

See Also