Click or drag to resize

PdfMatrixTransform(PdfPoint) Method

Transforms the specified PdfPoint by this PdfMatrix.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public PdfPoint Transform(
	PdfPoint point
)

Parameters

point  PdfPoint
The point to transform.

Return Value

PdfPoint
The transformed point.
See Also