ITextViewLine.GetCharacterBounds, méthode (SnapshotPoint)
Calcule les limites du caractère à la position de la mémoire tampon spécifiée.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
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
Paramètres
bufferPosition
Type : Microsoft.VisualStudio.Text.SnapshotPointIndex du caractère basé sur mémoire tampon de texte.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Formatting.TextBounds
Structure TextBounds.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | bufferPosition ne correspond pas à une position sur cette ligne. |
Notes
Le texte bidirectionnel a un bord de tête qui repose à droite de son bord de fin.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.