IWpfTextViewLine 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.) |
![]() | 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. |
![]() | 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.) |
![]() | 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.) |
