MatrixParse Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix Parse(
string s
)
Public Shared Function Parse (
s As String
) As Matrix
static member Parse :
s : string -> Matrix
- s String
- Six or nine comma-delimited double values (m11, m12, m21, m22, offsetX, offsetY[, perspX, perspY, perspZ]) that describe the new Matrix
MatrixThe
Matrix.