Table of Contents

Method FindOpenBrace

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

FindOpenBrace(ref int, ref int)

Locates open brace.

public virtual bool FindOpenBrace(ref int x, ref int y)

Parameters

x int

Retrieves X-coordinate of the found brace.

y int

Retrieves Y-coordinate of the found brace.

Returns

bool

True if succeed; otherwise false.

FindOpenBrace(ref Point)

Locates open brace.

public virtual bool FindOpenBrace(ref Point position)

Parameters

position Point

Retrieves position of the found brace.

Returns

bool

True if succeed; otherwise false.

FindOpenBrace(ref Point, ref int, ref int)

protected virtual bool FindOpenBrace(ref Point position, ref int len, ref int braceIndex)

Parameters

position Point
len int
braceIndex int

Returns

bool