Matrix2D Constructor (Double, Double)

CVB.Net Documentation
Constructs a 2x2 matrix that represent a scaling with different scaling in x and y directions.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Matrix2D(
	double scaleX,
	double scaleY
)

Parameters

scaleX
Type: SystemDouble
Scale factor in X direction to create the matrix for.
scaleY
Type: SystemDouble
Scale factor in Y direction to create the matrix for.
See Also

Reference