Click or drag to resize

PdfPathObjectTransformPath(FS_MATRIX) Method

Transform PathPointsCollection collection with a specified matrix

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void TransformPath(
	FS_MATRIX matrix
)

Parameters

matrix  FS_MATRIX
The transform matrix.
See Also