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