Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetLineTransform | Calculates the line transform for a given line of formatted text. |
Top