共用方式為


NodeShapeGeometry.DoHitTestSelection 方法

傳回值,指出指定的點幾何的周圍的選取項目意見反應的界限內。此外,也會傳回點擊的測試結果。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public Overrides Function DoHitTestSelection ( _
    geometryHost As IGeometryHost, _
    hitPoint As PointD, _
    hitTestInfo As DiagramHitTestInfo _
) As Boolean
public override bool DoHitTestSelection(
    IGeometryHost geometryHost,
    PointD hitPoint,
    DiagramHitTestInfo hitTestInfo
)

參數

傳回值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

NodeShapeGeometry 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間