ILineTransformSource Interface

Provides the line transform for a line of formatted text.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Interface ILineTransformSource
public interface ILineTransformSource
public interface class ILineTransformSource
type ILineTransformSource =  interface end
public interface ILineTransformSource

The ILineTransformSource type exposes the following members.

Methods

  Name Description
Public method GetLineTransform Calculates the line transform for a given line of formatted text.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Formatting Namespace