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

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

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

Метод Описание
Clear ( ) : void
GetSelectionOnHexViewLine ( dnSpy.Contracts.Hex.Formatting.HexViewLine line ) : IEnumerable
HexSelectionImpl ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView, dnSpy.Contracts.Hex.Editor.HexAdornmentLayer selectionLayer, Microsoft.VisualStudio.Text.Classification editorFormatMap ) : System
Select ( HexBufferPoint anchorPoint, HexBufferPoint activePoint, bool alignPoints ) : void
Select ( HexBufferSpan selectionSpan, bool isReversed, bool alignPoints ) : void

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

Метод Описание
Dispose ( ) : void
Filter ( HexBufferPoint position ) : HexBufferPoint
GetCell ( HexBufferLineFormatter bufferLines, HexBufferPoint position ) : dnSpy.Contracts.Hex.HexCell
HexView_BufferLinesChanged ( object sender, BufferLinesChangedEventArgs e ) : void
HexView_GotAggregateFocus ( object sender, EventArgs e ) : void
HexView_LostAggregateFocus ( object sender, EventArgs e ) : void
Initialize ( ) : void

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

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

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

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

public GetSelectionOnHexViewLine ( dnSpy.Contracts.Hex.Formatting.HexViewLine line ) : IEnumerable
line dnSpy.Contracts.Hex.Formatting.HexViewLine
Результат IEnumerable

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

public HexSelectionImpl ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView, dnSpy.Contracts.Hex.Editor.HexAdornmentLayer selectionLayer, Microsoft.VisualStudio.Text.Classification editorFormatMap ) : System
hexView dnSpy.Contracts.Hex.Editor.WpfHexView
selectionLayer dnSpy.Contracts.Hex.Editor.HexAdornmentLayer
editorFormatMap Microsoft.VisualStudio.Text.Classification
Результат System

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

public Select ( HexBufferPoint anchorPoint, HexBufferPoint activePoint, bool alignPoints ) : void
anchorPoint HexBufferPoint
activePoint HexBufferPoint
alignPoints bool
Результат void

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

public Select ( HexBufferSpan selectionSpan, bool isReversed, bool alignPoints ) : void
selectionSpan HexBufferSpan
isReversed bool
alignPoints bool
Результат void