IFormattedLine Methods
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | ContainsBufferPosition(SnapshotPoint) | Determines whether the specified buffer position lies within this text line.(Inherited from ITextViewLine.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetAdornmentBounds(Object^) | Calculates the bounds of the specified adornment.(Inherited from ITextViewLine.) |
![]() | GetAdornmentTags(Object^) | Gets the adornments positioned on the line.(Inherited from ITextViewLine.) |
![]() | GetBufferPositionFromXCoordinate(Double) | Gets the buffer position of the character whose character bounds contains the given x-coordinate.(Inherited from ITextViewLine.) |
![]() | GetBufferPositionFromXCoordinate(Double, Boolean) | Gets the buffer position of the character whose character bounds contains the given x-coordinate.(Inherited from ITextViewLine.) |
![]() | GetCharacterBounds(SnapshotPoint) | Calculates the bounds of the character at the specified buffer position.(Inherited from ITextViewLine.) |
![]() | GetCharacterBounds(VirtualSnapshotPoint) | Calculates the bounds of the character at the specified buffer position.(Inherited from ITextViewLine.) |
![]() | GetCharacterFormatting(SnapshotPoint) | Gets the formatting for a particular character in the line.(Inherited from IWpfTextViewLine.) |
![]() | GetExtendedCharacterBounds(SnapshotPoint) | Calculates the bounds of the character at the specified buffer position, including any adjacent space-negotiating adornments.(Inherited from ITextViewLine.) |
![]() | GetExtendedCharacterBounds(VirtualSnapshotPoint) | Calculates the bounds of the character at the specified virtual buffer position, including any adjacent space-negotiating adornments.(Inherited from ITextViewLine.) |
![]() | GetInsertionBufferPositionFromXCoordinate(Double) | Gets the buffer position used if new data were to be inserted at the given x-coordinate.(Inherited from ITextViewLine.) |
![]() | GetNormalizedTextBounds(SnapshotSpan) | Gets a collection of TextBounds structures for the text that corresponds to the given span.(Inherited from ITextViewLine.) |
![]() | GetOrCreateVisual() | Gets the Visual that can be used to add this formatted text line to a VisualCollection. |
![]() | GetTextElementSpan(SnapshotPoint) | Gets the span whose text element index corresponds to the given buffer position.(Inherited from ITextViewLine.) |
![]() | GetVirtualBufferPositionFromXCoordinate(Double) | Gets the buffer position of the character whose character bounds contains the given x-coordinate.(Inherited from ITextViewLine.) |
![]() | IntersectsBufferSpan(SnapshotSpan) | Determines whether a bufferSpan intersects this text line.(Inherited from ITextViewLine.) |
![]() | RemoveVisual() | Remove the Visual that represents the rendered text of the line. |
![]() | SetChange(TextViewLineChange) | Sets the Change property for this text line. |
![]() | SetDeltaY(Double) | Sets the change in position of the top of this formatted text line between the current view layout and the previous view layout. |
![]() | SetLineTransform(LineTransform) | Sets the line transform used to format the text in this formatted text line. |
![]() | SetSnapshot(ITextSnapshot^, ITextSnapshot^) | Sets the ITextSnapshot objects upon which this formatted text line is based. |
![]() | SetTop(Double) | Sets the position used to format the text in this formatted text line. |
![]() | SetVisibleArea(Rect) | Sets the visible area in which this text line will be formatted. |
