TransformParse Method

Parses a Transform string.

Definition

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

Parameters

s  String
Six comma-delimited double values that describe the new Transform. For details check Parse(String)

Return Value

Transform
The Transform.

See Also