PdfTemplatePlacementMapPoint Method

Maps a point from template space to page space

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfPointF MapPoint(
	PdfPointF templatePoint
)

Parameters

templatePoint  PdfPointF
The point expressed in template coordinates

Return Value

PdfPointF
The mapped point expressed in page coordinates

See Also