MatrixParse Method

Parses a Matrix string.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix Parse(
	string s
)

Parameters

s  String
Six or nine comma-delimited double values (m11, m12, m21, m22, offsetX, offsetY[, perspX, perspY, perspZ]) that describe the new Matrix

Return Value

Matrix
The Matrix.

See Also