Class HexView.HexViewEventArgs
Defines the event arguments for PositionChanged event.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class HexView.HexViewEventArgs : EventArgs
Constructors
| Edit this page View SourceHexViewEventArgs(long, Point, int)
Initializes a new instance of HexView.HexViewEventArgs
Declaration
public HexViewEventArgs(long pos, Point cursor, int lineLength)
Parameters
| Type | Name | Description |
|---|---|---|
| long | pos | The character position. |
| Point | cursor | The cursor position. |
| int | lineLength | Line bytes length. |
Properties
| Edit this page View SourceBytesPerLine
The bytes length per line.
Declaration
public int BytesPerLine { get; }
Property Value
| Type | Description |
|---|---|
| int |
CursorPosition
Gets the current cursor position starting at one for both, line and column.
Declaration
public Point CursorPosition { get; }
Property Value
| Type | Description |
|---|---|
| Point |
Position
Gets the current character position starting at one, related to the Stream.
Declaration
public long Position { get; }
Property Value
| Type | Description |
|---|---|
| long |