ITextViewLine Methods

 

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

NameDescription
System_CAPS_pubmethodContainsBufferPosition(SnapshotPoint)

Determines whether the specified buffer position lies within this text line.

System_CAPS_pubmethodGetAdornmentBounds(Object^)

Calculates the bounds of the specified adornment.

System_CAPS_pubmethodGetAdornmentTags(Object^)

Gets the adornments positioned on the line.

System_CAPS_pubmethodGetBufferPositionFromXCoordinate(Double)

Gets the buffer position of the character whose character bounds contains the given x-coordinate.

System_CAPS_pubmethodGetBufferPositionFromXCoordinate(Double, Boolean)

Gets the buffer position of the character whose character bounds contains the given x-coordinate.

System_CAPS_pubmethodGetCharacterBounds(SnapshotPoint)

Calculates the bounds of the character at the specified buffer position.

System_CAPS_pubmethodGetCharacterBounds(VirtualSnapshotPoint)

Calculates the bounds of the character at the specified buffer position.

System_CAPS_pubmethodGetExtendedCharacterBounds(SnapshotPoint)

Calculates the bounds of the character at the specified buffer position, including any adjacent space-negotiating adornments.

System_CAPS_pubmethodGetExtendedCharacterBounds(VirtualSnapshotPoint)

Calculates the bounds of the character at the specified virtual buffer position, including any adjacent space-negotiating adornments.

System_CAPS_pubmethodGetInsertionBufferPositionFromXCoordinate(Double)

Gets the buffer position used if new data were to be inserted at the given x-coordinate.

System_CAPS_pubmethodGetNormalizedTextBounds(SnapshotSpan)

Gets a collection of TextBounds structures for the text that corresponds to the given span.

System_CAPS_pubmethodGetTextElementSpan(SnapshotPoint)

Gets the span whose text element index corresponds to the given buffer position.

System_CAPS_pubmethodGetVirtualBufferPositionFromXCoordinate(Double)

Gets the buffer position of the character whose character bounds contains the given x-coordinate.

System_CAPS_pubmethodIntersectsBufferSpan(SnapshotSpan)

Determines whether a bufferSpan intersects this text line.

Return to top
Show: