Table of Contents

Constructor HexViewEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

HexViewEventArgs(long, Point, int)

Initializes a new instance of HexView.HexViewEventArgs

public HexViewEventArgs(long pos, Point cursor, int lineLength)

Parameters

pos long

The character position.

cursor Point

The cursor position.

lineLength int

Line bytes length.