TryParsePixelRect(String?, out Int32, out Int32, out Int32, out Int32) Method

Definition

Assembly XamlToCSharpGenerator.Core.dll
public static bool TryParsePixelRect(string? value, scoped out int x, scoped out int y, scoped out int width, scoped out int height)

Parameters

value
String
width
Int32
height
Int32

Returns