IWpfTextViewLineCollection.GetMarkerGeometry, méthode (SnapshotSpan, Boolean, Thickness)
Crée une géométrie de marque pour l'étendue d'instantanés spécifiée.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Function GetMarkerGeometry ( _
bufferSpan As SnapshotSpan, _
clipToViewport As Boolean, _
padding As Thickness _
) As Geometry
Geometry GetMarkerGeometry(
SnapshotSpan bufferSpan,
bool clipToViewport,
Thickness padding
)
Geometry^ GetMarkerGeometry(
SnapshotSpan bufferSpan,
bool clipToViewport,
Thickness padding
)
abstract GetMarkerGeometry :
bufferSpan:SnapshotSpan *
clipToViewport:bool *
padding:Thickness -> Geometry
function GetMarkerGeometry(
bufferSpan : SnapshotSpan,
clipToViewport : boolean,
padding : Thickness
) : Geometry
Paramètres
bufferSpan
Type : Microsoft.VisualStudio.Text.SnapshotSpanÉtendue de texte.
clipToViewport
Type : BooleanSi la valeur true est affectée, la géométrie créée sera découpée à la fenêtre d'affichage.
padding
Type : ThicknessUne marge intérieure qui est appliquée aux éléments sur un par base de ligne.
Valeur de retour
Type : Geometry
Geometry qui contient les limites de tout le texte mis en forme dans bufferSpan.
Notes
Si l'étendue étend au delà d'une ligne, l'GetLineMarkerGeometry est utilisé pour calculer la géométrie de marque, sinon cet GetTextMarkerGeometry d'utilisations de méthode.
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.