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

Afficher le fichier Open project: 0xd4d/dnSpy

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

MouseLeftDownInfo() public méthode

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

TryUpdateBufferLines() public méthode

public TryUpdateBufferLines ( HexBufferLineFormatter bufferLines ) : bool
bufferLines dnSpy.Contracts.Hex.HexBufferLineFormatter
Résultat bool