Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out RectDouble)

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

Parameters

s string
result RectDouble

Returns

bool

TryParse(string?, IFormatProvider?, out RectDouble)

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

Parameters

s string
provider IFormatProvider
result RectDouble

Returns

bool