C# Class dnSpy.Hex.Editor.HexMouseLocation

Datei anzeigen Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method 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

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

Method Details

Create() public static method

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
return HexMouseLocation

HexMouseLocation() public method

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

ToString() public method

public ToString ( ) : string
return string

TryCreateTextOnly() public static method

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
return HexMouseLocation