Partager via


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

  • clipToViewport
    Type : Boolean

    Si la valeur true est affectée, la géométrie créée sera découpée à la fenêtre d'affichage.

  • padding
    Type : Thickness

    Une 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

Voir aussi

Référence

IWpfTextViewLineCollection Interface

GetMarkerGeometry, surcharge

Microsoft.VisualStudio.Text.Editor, espace de noms