Click or drag to resize

PdfiumFPDFMatrix_RotateAt Method

Applies a clockwise rotation about the specified point to the specified Matrix in the specified order.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFMatrix_RotateAt(
	FS_MATRIX dst,
	float angle,
	float x,
	float y,
	bool bPrepended = false
)

Parameters

dst  FS_MATRIX
The matrix
angle  Single
The angle of the rotation, in radians.
x  Single
The x-coordinate of the point that represents the center of the rotation.
y  Single
The y-coordinate of the point that represents the center of the rotation.
bPrepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the rotation is applied to the Matrix.
See Also