Matrix.

Matrix(double, double, double, double, double, double) Constructor

Summary

Initializes a new instance of the Matrix struct.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY)

Parameters

Name Type Description
m11 double The first element of the first row.
m12 double The second element of the first row.
m21 double The first element of the second row.
m22 double The second element of the second row.
offsetX double The first element of the third row.
offsetY double The second element of the third row.

Return Value

Type Description
void