Click or drag to resize

PdfiumFPDFMatrix_Scale Method

Applies the specified scale vector (sx and sy) to the specified Matrix using the specified order.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFMatrix_Scale(
	FS_MATRIX dst,
	float sx,
	float sy,
	bool bPrepended = false
)

Parameters

dst  FS_MATRIX
The matrix
sx  Single
The value by which to scale this Matrix in the x-axis direction.
sy  Single
The value by which to scale this Matrix in the y-axis direction.
bPrepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the scale vector is applied to the Matrix.
See Also