Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out RectFloat)

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

Parameters

s string
result RectFloat

Returns

bool

TryParse(string?, IFormatProvider?, out RectFloat)

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

Parameters

s string
provider IFormatProvider
result RectFloat

Returns

bool