Skip to main content

Matrix(Double, Double, Double, Double, Double, Double, Double, Double, Double) Constructor

Initializes a new instance of the Matrix struct.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public Matrix(
double scaleX,
double skewY,
double perspX,
double skewX,
double scaleY,
double perspY,
double offsetX,
double offsetY,
double perspZ
)

Parameters

  Double
The first element of the first row.
  Double
The second element of the first row.
  Double
The third element of the first row.
  Double
The first element of the second row.
  Double
The second element of the second row.
  Double
The third element of the second row.
  Double
The first element of the third row.
  Double
The second element of the third row.
  Double
The third element of the third row.

See Also

Reference

Matrix Structure
Matrix Overload
Avalonia Namespace