PdfTemplatePlacementMapBoundingRectangle(PdfRectangleF) Method

Maps a rectangle from template space to page space and returns the axis-aligned bounding rectangle

Definition

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

Parameters

templateRectangle  PdfRectangleF
The rectangle expressed in template coordinates

Return Value

PdfRectangleF
The mapped axis-aligned bounding rectangle expressed in page coordinates

See Also