C# Class dnSpy.Hex.Editor.HexMouseLocation

Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Méthodes publiques

Méthode Description
Create ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool insertionPosition ) : HexMouseLocation
HexMouseLocation ( dnSpy.Contracts.Hex.Formatting.HexViewLine hexViewLine, int position, Point point ) : System
ToString ( ) : string
TryCreateTextOnly ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool fullLineHeight ) : HexMouseLocation

Private Methods

Méthode Description
GetTextPoint ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e ) : Point

Method Details

Create() public static méthode

public static Create ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool insertionPosition ) : HexMouseLocation
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
e System.Windows.Input.MouseEventArgs
insertionPosition bool
Résultat HexMouseLocation

HexMouseLocation() public méthode

public HexMouseLocation ( dnSpy.Contracts.Hex.Formatting.HexViewLine hexViewLine, int position, Point point ) : System
hexViewLine dnSpy.Contracts.Hex.Formatting.HexViewLine
position int
point Point
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

TryCreateTextOnly() public static méthode

public static TryCreateTextOnly ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e, bool fullLineHeight ) : HexMouseLocation
wpfHexView dnSpy.Contracts.Hex.Editor.WpfHexView
e System.Windows.Input.MouseEventArgs
fullLineHeight bool
Résultat HexMouseLocation