Skip to main content

Parse Method

Parses a Matrix string.

Definition

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

public static Matrix Parse(
string s
)

Parameters

  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

Reference

Matrix Structure
Avalonia Namespace