Show / Hide Table of Contents

Method RECT.TryParse


Overload

Converts string to RECT.

public static bool TryParse(string s, out RECT r)
Parameters
s  (string)

String in format "{L=left T=top W=width H=height}" (RECT.ToString) or "left top width height" (RECT.ToStringSimple).

r  (RECT)
Returns
bool

false if invalid string format.