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

상속: dnSpy.Contracts.Hex.Editor.HexScrollMap, IDisposable
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
Dispose ( ) : void
GetBufferPositionAtCoordinate ( double coordinate ) : HexBufferPoint
GetBufferPositionAtFraction ( double fraction ) : HexBufferPoint
GetCoordinateAtBufferPosition ( HexBufferPoint bufferPosition ) : double
GetFractionAtBufferPosition ( HexBufferPoint bufferPosition ) : double
HexScrollMapImpl ( HexView hexView ) : System

비공개 메소드들

메소드 설명
HexView_BufferLinesChanged ( object sender, BufferLinesChangedEventArgs e ) : void
HexView_Closed ( object sender, EventArgs e ) : void
HexView_LayoutChanged ( object sender, HexViewLayoutChangedEventArgs e ) : void
UpdateCachedState ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBufferPositionAtCoordinate() 공개 메소드

public GetBufferPositionAtCoordinate ( double coordinate ) : HexBufferPoint
coordinate double
리턴 HexBufferPoint

GetBufferPositionAtFraction() 공개 메소드

public GetBufferPositionAtFraction ( double fraction ) : HexBufferPoint
fraction double
리턴 HexBufferPoint

GetCoordinateAtBufferPosition() 공개 메소드

public GetCoordinateAtBufferPosition ( HexBufferPoint bufferPosition ) : double
bufferPosition HexBufferPoint
리턴 double

GetFractionAtBufferPosition() 공개 메소드

public GetFractionAtBufferPosition ( HexBufferPoint bufferPosition ) : double
bufferPosition HexBufferPoint
리턴 double

HexScrollMapImpl() 공개 메소드

public HexScrollMapImpl ( HexView hexView ) : System
hexView dnSpy.Contracts.Hex.Editor.HexView
리턴 System