Click or drag to resize

MatrixCreate Method (Single, Single, Single, Single, Single, Single)

Creates a new matrix with the specified components

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static IMatrix Create(
	float xx,
	float yx,
	float xy,
	float yy,
	float x0,
	float y0
)

Parameters

xx
Type: SystemSingle
Xx component of the matrix
yx
Type: SystemSingle
Yx component of the matrix
xy
Type: SystemSingle
Xy component of the matrix
yy
Type: SystemSingle
Yy component of the matrix
x0
Type: SystemSingle
X0 component of the matrix
y0
Type: SystemSingle
Y0 component of the matrix

Return Value

Type: IMatrix

[Missing <returns> documentation for "M:Eto.Drawing.Matrix.Create(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

See Also