Gets range of current selection.
Note that this method does not return [anchor, caret) pair but [begin, end) pair.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public void GetSelection( out int begin, out int end ) |
Visual Basic |
---|
Public Sub GetSelection ( <OutAttribute> ByRef begin As Integer, <OutAttribute> ByRef end As Integer ) |
Parameters
- begin
- Type: System..::..Int32%
index of where the selection begins.
- end
- Type: System..::..Int32%
index of where the selection ends (selection do not includes the char at this index).