PdfTemplatePlacementMapRectangle Method

Maps a rectangle from template space to page space and returns the exact transformed corners

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfQuadF MapRectangle(
	PdfRectangleF templateRectangle
)

Parameters

templateRectangle  PdfRectangleF
The rectangle expressed in template coordinates

Return Value

PdfQuadF
The transformed quad expressed in page coordinates

See Also