Diagram.DoHitTest 方法 (DiagramClientView, PointD, List<ShapeElement>, Boolean)
在圖表上執行點擊的測試。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Overridable Function DoHitTest ( _
view As DiagramClientView, _
point As PointD, _
shapesHit As List(Of ShapeElement), _
includeTolerance As Boolean _
) As Boolean
public virtual bool DoHitTest(
DiagramClientView view,
PointD point,
List<ShapeElement> shapesHit,
bool includeTolerance
)
參數
- view
型別:Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
圖表的 [用戶端] 檢視中。如果圖表沒有用戶端] 檢視中, nullnull 參考 (即 Visual Basic 中的 Nothing)。
- point
型別:Microsoft.VisualStudio.Modeling.Diagrams.PointD
在圖表中左上角點。
- shapesHit
型別:System.Collections.Generic.List<ShapeElement>
要接收叫用的圖案清單的物件。
- includeTolerance
型別:System.Boolean
true 時要包含在圖形周圍的容忍度的點擊的測試會判斷是否被叫用的圖形。 否則, false。容許誤差會增加圖形周圍叫用的直徑。
傳回值
型別:System.Boolean
true 如果圖形已叫用。 否則, false。
備註
點擊的測試會驗證某個點是否在圖表上的圖形上。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。