Method FindClosingBrace
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
FindClosingBrace(ref int, ref int)
When implemented by a class, locates closing brace.
bool FindClosingBrace(ref int x, ref int y)
Parameters
Returns
- bool
True if succeed; otherwise false.
FindClosingBrace(ref Point)
When implemented by a class, locates closing brace.
bool FindClosingBrace(ref Point position)
Parameters
position
PointRetrieves position of the found brace.
Returns
- bool
True if succeed; otherwise false.