Click or drag to resize

FS_MATRIXRotate(Single, Boolean) Method

Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Rotate(
	float angle,
	bool prepended = false
)

Parameters

angle  Single
The angle of the rotation, in radians.
prepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the rotation is applied to this Matrix.
See Also