Click or drag to resize

MatrixScale Method

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

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Scale(
	float sx,
	float sy,
	MatrixOrder order
)

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.
order  MatrixOrder
A MatrixOrder that specifies the order in which the scale vector is applied to this Matrix.
See Also