Method TryParse
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
TryParse(string?, out Matrix3x2Double)
public static bool TryParse(string? source, out Matrix3x2Double result)
Parameters
source
stringresult
Matrix3x2Double
Returns
TryParse(string?, IFormatProvider?, out Matrix3x2Double)
static bool TryParse(string? source, IFormatProvider? provider, out Matrix3x2Double result)
Parameters
source
stringprovider
IFormatProviderresult
Matrix3x2Double