PdfTemplatePlacementMapRectangle Method

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.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