IFormattedLine Methods

 

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

NameDescription
System_CAPS_pubmethodContainsBufferPosition(SnapshotPoint)

Determines whether the specified buffer position lies within this text line.(Inherited from ITextViewLine.)

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetAdornmentBounds(Object^)

Calculates the bounds of the specified adornment.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetAdornmentTags(Object^)

Gets the adornments positioned on the line.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetBufferPositionFromXCoordinate(Double)

Gets the buffer position of the character whose character bounds contains the given x-coordinate.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetBufferPositionFromXCoordinate(Double, Boolean)

Gets the buffer position of the character whose character bounds contains the given x-coordinate.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetCharacterBounds(SnapshotPoint)

Calculates the bounds of the character at the specified buffer position.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetCharacterBounds(VirtualSnapshotPoint)

Calculates the bounds of the character at the specified buffer position.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetCharacterFormatting(SnapshotPoint)

Gets the formatting for a particular character in the line.(Inherited from IWpfTextViewLine.)

System_CAPS_pubmethodGetExtendedCharacterBounds(SnapshotPoint)

Calculates the bounds of the character at the specified buffer position, including any adjacent space-negotiating adornments.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetExtendedCharacterBounds(VirtualSnapshotPoint)

Calculates the bounds of the character at the specified virtual buffer position, including any adjacent space-negotiating adornments.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetInsertionBufferPositionFromXCoordinate(Double)

Gets the buffer position used if new data were to be inserted at the given x-coordinate.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetNormalizedTextBounds(SnapshotSpan)

Gets a collection of TextBounds structures for the text that corresponds to the given span.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetOrCreateVisual()

Gets the Visual that can be used to add this formatted text line to a VisualCollection.

System_CAPS_pubmethodGetTextElementSpan(SnapshotPoint)

Gets the span whose text element index corresponds to the given buffer position.(Inherited from ITextViewLine.)

System_CAPS_pubmethodGetVirtualBufferPositionFromXCoordinate(Double)

Gets the buffer position of the character whose character bounds contains the given x-coordinate.(Inherited from ITextViewLine.)

System_CAPS_pubmethodIntersectsBufferSpan(SnapshotSpan)

Determines whether a bufferSpan intersects this text line.(Inherited from ITextViewLine.)

System_CAPS_pubmethodRemoveVisual()

Remove the Visual that represents the rendered text of the line.

System_CAPS_pubmethodSetChange(TextViewLineChange)

Sets the Change property for this text line.

System_CAPS_pubmethodSetDeltaY(Double)

Sets the change in position of the top of this formatted text line between the current view layout and the previous view layout.

System_CAPS_pubmethodSetLineTransform(LineTransform)

Sets the line transform used to format the text in this formatted text line.

System_CAPS_pubmethodSetSnapshot(ITextSnapshot^, ITextSnapshot^)

Sets the ITextSnapshot objects upon which this formatted text line is based.

System_CAPS_pubmethodSetTop(Double)

Sets the position used to format the text in this formatted text line.

System_CAPS_pubmethodSetVisibleArea(Rect)

Sets the visible area in which this text line will be formatted.

Return to top
Show: