C# 클래스 dnSpy.Hex.Editor.HexMouseLocation

파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetTextPoint ( dnSpy.Contracts.Hex.Editor.WpfHexView wpfHexView, System.Windows.Input.MouseEventArgs e ) : Point

메소드 상세

Create() 공개 정적인 메소드

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
리턴 HexMouseLocation

HexMouseLocation() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryCreateTextOnly() 공개 정적인 메소드

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
리턴 HexMouseLocation