Table of Contents

Method TryParse

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

TryParse(string?, out Matrix4x4Double)

public static bool TryParse(string? source, out Matrix4x4Double result)

Parameters

source string
result Matrix4x4Double

Returns

bool

TryParse(string?, IFormatProvider?, out Matrix4x4Double)

static bool TryParse(string? source, IFormatProvider? provider, out Matrix4x4Double result)

Parameters

source string
provider IFormatProvider
result Matrix4x4Double

Returns

bool