Summary
Parses a
Matrix
string.
Syntax
public static Matrix Parse(string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | Six comma-delimited double values (m11, m12, m21, m22, offsetX, offsetY) that describe the new Matrix |