Click or drag to resize

FS_MATRIXScale Method

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

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

Parameters

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.
prepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the scale vector is applied to this Matrix.
See Also