共用方式為


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
)

參數

  • isSelected
    型別:System.Boolean
    true 如果已選取的圖形。 否則,false。
  • isFocused
    型別:System.Boolean
    true 如果圖案有焦點。 否則,false。
  • isPrimary
    型別:System.Boolean
    true 如果圖形幾何是主要的 (第一張) 圖形中選取項目。 否則,false。

.NET Framework 安全性

請參閱

參考

ShapeGeometry 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間