Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out Point2Double)

public static bool TryParse(string? s, out Point2Double result)

Parameters

s string
result Point2Double

Returns

bool

TryParse(string?, IFormatProvider?, out Point2Double)

static bool TryParse(string? s, IFormatProvider? provider, out Point2Double result)

Parameters

s string
provider IFormatProvider
result Point2Double

Returns

bool