ExtendedSearchEntry Constructor

Constructs an instance of ExtendedSearchEntry.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public ExtendedSearchEntry(
	int cursorPosition,
	RectangleF bounds
)

Parameters

cursorPosition  Int32
Position of cursor within the region (i.e. offset in text) where the search result starts.
bounds  RectangleF
Visual bounds of the search result.

See Also