Table of Contents

Constructor HexViewEventArgs

Namespace
Terminal.Gui
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.