Diagram.LassoSelect 方法
取得選取範圍矩形中的圖形清單。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Function LassoSelect ( _
rectangle As RectangleD, _
requireCompleteContainment As Boolean _
) As DiagramItemCollection
public DiagramItemCollection LassoSelect(
RectangleD rectangle,
bool requireCompleteContainment
)
參數
- rectangle
型別:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
矩形選取區。
- requireCompleteContainment
型別:System.Boolean
true 想要多加只有當整個圖形的選取範圍矩形中。 false想要多加是選取範圍矩形中的部份。
傳回值
型別:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
選取範圍矩形中的圖形清單。
備註
點擊的測試會驗證某個點是否在圖表中的圖形上。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。