Condividi tramite


Metodo ITextViewLine.GetCharacterBounds (SnapshotPoint)

Calcola i limiti del carattere nella posizione del buffer specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Text.Formatting.TextBounds
In TextBounds struttura.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

bufferPosition non corrisponde a una posizione in questa riga.

Note

Il testo bidirezionale il bordo di attacco che si trova a destra del bordo finale.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextViewLine Interfaccia

Overload GetCharacterBounds

Spazio dei nomi Microsoft.VisualStudio.Text.Formatting