C# Class dnSpy.Hex.Editor.DefaultHexViewMouseProcessor.MouseLeftDownInfo

Mostra file Open project: 0xd4d/dnSpy

Private Properties

Property Type Description

Public Methods

Method Description
MouseLeftDownInfo ( HexBufferSpan span, Point point, int clicks, HexBufferLineFormatter bufferLines ) : System
TryUpdateBufferLines ( HexBufferLineFormatter bufferLines ) : bool

Method Details

MouseLeftDownInfo() public method

public MouseLeftDownInfo ( HexBufferSpan span, Point point, int clicks, HexBufferLineFormatter bufferLines ) : System
span HexBufferSpan
point Point
clicks int
bufferLines dnSpy.Contracts.Hex.HexBufferLineFormatter
return System

TryUpdateBufferLines() public method

public TryUpdateBufferLines ( HexBufferLineFormatter bufferLines ) : bool
bufferLines dnSpy.Contracts.Hex.HexBufferLineFormatter
return bool