Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text bounds of the specified text buffer position.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Function GetCharacterBounds ( _
bufferPosition As SnapshotPoint _
) As TextBounds
TextBounds GetCharacterBounds(
SnapshotPoint bufferPosition
)
TextBounds GetCharacterBounds(
SnapshotPoint bufferPosition
)
abstract GetCharacterBounds :
bufferPosition:SnapshotPoint -> TextBounds
function GetCharacterBounds(
bufferPosition : SnapshotPoint
) : TextBounds
Parameters
bufferPosition
Type: Microsoft.VisualStudio.Text.SnapshotPointThe text buffer-based index of the character.
Return Value
Type: Microsoft.VisualStudio.Text.Formatting.TextBounds
A rectangular TextBounds structure.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | bufferPosition does not correspond to a position on this line. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.