ShapeGeometry.DoPaintSelection 方法
繪製選取範圍反白顯示,這通常會筆跡邊界的四周。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public MustOverride Sub DoPaintSelection ( _
e As DiagramPaintEventArgs, _
geometryHost As IGeometryHost, _
isSelected As Boolean, _
isFocused As Boolean, _
isPrimary As Boolean _
)
public abstract void DoPaintSelection(
DiagramPaintEventArgs e,
IGeometryHost geometryHost,
bool isSelected,
bool isFocused,
bool isPrimary
)
參數
- e
型別:Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
圖表 [小畫家] 的事件引數。
- geometryHost
型別:Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
圖形的連結。
- isSelected
型別:System.Boolean
true 如果已選取的圖形。 否則,false。
- isFocused
型別:System.Boolean
true 如果圖案有焦點。 否則,false。
- isPrimary
型別:System.Boolean
true 如果圖形幾何是主要的 (第一張) 圖形中選取項目。 否則,false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。