ITextViewLine Methods
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | ContainsBufferPosition(SnapshotPoint) | Determines whether the specified buffer position lies within this text line. |
![]() | GetAdornmentBounds(Object^) | Calculates the bounds of the specified adornment. |
![]() | GetAdornmentTags(Object^) | Gets the adornments positioned on the line. |
![]() | GetBufferPositionFromXCoordinate(Double) | Gets the buffer position of the character whose character bounds contains the given x-coordinate. |
![]() | GetBufferPositionFromXCoordinate(Double, Boolean) | Gets the buffer position of the character whose character bounds contains the given x-coordinate. |
![]() | GetCharacterBounds(SnapshotPoint) | Calculates the bounds of the character at the specified buffer position. |
![]() | GetCharacterBounds(VirtualSnapshotPoint) | Calculates the bounds of the character at the specified buffer position. |
![]() | GetExtendedCharacterBounds(SnapshotPoint) | Calculates the bounds of the character at the specified buffer position, including any adjacent space-negotiating adornments. |
![]() | GetExtendedCharacterBounds(VirtualSnapshotPoint) | Calculates the bounds of the character at the specified virtual buffer position, including any adjacent space-negotiating adornments. |
![]() | GetInsertionBufferPositionFromXCoordinate(Double) | Gets the buffer position used if new data were to be inserted at the given x-coordinate. |
![]() | GetNormalizedTextBounds(SnapshotSpan) | Gets a collection of TextBounds structures for the text that corresponds to the given span. |
![]() | GetTextElementSpan(SnapshotPoint) | Gets the span whose text element index corresponds to the given buffer position. |
![]() | GetVirtualBufferPositionFromXCoordinate(Double) | Gets the buffer position of the character whose character bounds contains the given x-coordinate. |
![]() | IntersectsBufferSpan(SnapshotSpan) | Determines whether a bufferSpan intersects this text line. |
