Constructor HexViewEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
HexViewEventArgs(long, Point, int)
Initializes a new instance of HexViewEventArgs
public HexViewEventArgs(long address, Point position, int lineLength)
Parameters
address
long
The byte position in the steam.
position
Point
The edit position.
lineLength
int
Line bytes length.