ExtendedSearchEntry Constructor
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public ExtendedSearchEntry(
int cursorPosition,
RectangleF bounds
)
Public Sub New (
cursorPosition As Integer,
bounds As RectangleF
)
public:
ExtendedSearchEntry(
int cursorPosition,
RectangleF bounds
)
new :
cursorPosition : int *
bounds : RectangleF -> ExtendedSearchEntry
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.