Method FindClosingBrace
FindClosingBrace(ref int, ref int)
Locates closing brace.
public virtual bool FindClosingBrace(ref int x, ref int y)
Parameters
Returns
- bool
True if succeed; otherwise false.
FindClosingBrace(ref Point)
Locates closing brace.
public virtual bool FindClosingBrace(ref Point position)
Parameters
position
PointRetrieves position of the found brace.
Returns
- bool
True if succeed; otherwise false.
FindClosingBrace(ref Point, ref int, ref int)
protected virtual bool FindClosingBrace(ref Point position, ref int len, ref int braceIndex)