C# Класс dnSpy.Hex.Editor.HexScrollMapImpl

Наследование: dnSpy.Contracts.Hex.Editor.HexScrollMap, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
GetBufferPositionAtCoordinate ( double coordinate ) : HexBufferPoint
GetBufferPositionAtFraction ( double fraction ) : HexBufferPoint
GetCoordinateAtBufferPosition ( HexBufferPoint bufferPosition ) : double
GetFractionAtBufferPosition ( HexBufferPoint bufferPosition ) : double
HexScrollMapImpl ( HexView hexView ) : System

Приватные методы

Метод Описание
HexView_BufferLinesChanged ( object sender, BufferLinesChangedEventArgs e ) : void
HexView_Closed ( object sender, EventArgs e ) : void
HexView_LayoutChanged ( object sender, HexViewLayoutChangedEventArgs e ) : void
UpdateCachedState ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetBufferPositionAtCoordinate() публичный Метод

public GetBufferPositionAtCoordinate ( double coordinate ) : HexBufferPoint
coordinate double
Результат HexBufferPoint

GetBufferPositionAtFraction() публичный Метод

public GetBufferPositionAtFraction ( double fraction ) : HexBufferPoint
fraction double
Результат HexBufferPoint

GetCoordinateAtBufferPosition() публичный Метод

public GetCoordinateAtBufferPosition ( HexBufferPoint bufferPosition ) : double
bufferPosition HexBufferPoint
Результат double

GetFractionAtBufferPosition() публичный Метод

public GetFractionAtBufferPosition ( HexBufferPoint bufferPosition ) : double
bufferPosition HexBufferPoint
Результат double

HexScrollMapImpl() публичный Метод

public HexScrollMapImpl ( HexView hexView ) : System
hexView dnSpy.Contracts.Hex.Editor.HexView
Результат System