Method FindOpenBrace
FindOpenBrace(ref int, ref int)
Locates matching open brace.
public virtual bool FindOpenBrace(ref int x, ref int y)
Parameters
Returns
- bool
True if succeed; otherwise false.
FindOpenBrace(ref Point)
Locates matching open brace.
public virtual bool FindOpenBrace(ref Point position)
Parameters
position
PointRetrieves position of the found brace.
Returns
- bool
True if succeed; otherwise false.