Click or drag to resize

PdfMatrixTransform(PdfQuad) Method

Transforms the specified PdfQuad by this PdfMatrix.

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

Parameters

quad  PdfQuad
The quadrilateral to transform.

Return Value

PdfQuad
The transformed quad.
See Also