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: 11.2.0.0
Syntax
public void Scale(
	float sx,
	float sy,
	MatrixOrder order
)

Parameters

sx
Type: SystemSingle
The value by which to scale this Matrix in the x-axis direction.
sy
Type: SystemSingle
The value by which to scale this Matrix in the y-axis direction.
order
Type: Easymap.AddIn.Common.GraphicsMatrixOrder
A MatrixOrder that specifies the order in which the scale vector is applied to this Matrix.
See Also