C# Class dnSpy.Hex.Editor.WpfHexViewImpl.MyHexLineTransformSource

Inheritance: dnSpy.Contracts.Hex.Formatting.HexLineTransformSource
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
GetLineTransform ( dnSpy.Contracts.Hex.Formatting.HexViewLine line, double yPosition, Microsoft.VisualStudio.Text.Editor placement ) : Microsoft.VisualStudio.Text.Formatting.LineTransform
MyHexLineTransformSource ( WpfHexViewImpl owner ) : System

Method Details

GetLineTransform() public method

public GetLineTransform ( dnSpy.Contracts.Hex.Formatting.HexViewLine line, double yPosition, Microsoft.VisualStudio.Text.Editor placement ) : Microsoft.VisualStudio.Text.Formatting.LineTransform
line dnSpy.Contracts.Hex.Formatting.HexViewLine
yPosition double
placement Microsoft.VisualStudio.Text.Editor
return Microsoft.VisualStudio.Text.Formatting.LineTransform

MyHexLineTransformSource() public method

public MyHexLineTransformSource ( WpfHexViewImpl owner ) : System
owner WpfHexViewImpl
return System