MatrixDScale(Double, Double, Boolean) Method

Scale the matrix in X and Y direction.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Scale(
	double scaleX,
	double scaleY,
	bool prepend
)

Parameters

scaleX  Double
X scaling value.
scaleY  Double
Y scaling value.
prepend  Boolean
Prepend or append?

See Also