Partager via


ShapeGeometry.DoHitTestSelection, méthode

Détermine si un point se trouve à l'intérieur highlight de sélection d'une forme.

Espace de noms :  Microsoft.VisualStudio.Modeling.Diagrams
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntaxe

'Déclaration
Public MustOverride Function DoHitTestSelection ( _
    geometryHost As IGeometryHost, _
    hitPoint As PointD, _
    hitTestInfo As DiagramHitTestInfo _
) As Boolean
public abstract bool DoHitTestSelection(
    IGeometryHost geometryHost,
    PointD hitPoint,
    DiagramHitTestInfo hitTestInfo
)

Paramètres

Valeur de retour

Type : System.Boolean
true si le point est à l'intérieur highlight de sélection ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ShapeGeometry Classe

Microsoft.VisualStudio.Modeling.Diagrams, espace de noms