共用方式為


ShapeGeometry.DoPaintResizeFeedback 方法

繪製圖案幾何的調整大小回應。 在使用者移動滑鼠以調整圖案大小時重複呼叫。

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

語法

'宣告
Public MustOverride Sub DoPaintResizeFeedback ( _
    e As DiagramPaintEventArgs, _
    geometryHost As IGeometryHost, _
    bounds As RectangleD _
)
public abstract void DoPaintResizeFeedback(
    DiagramPaintEventArgs e,
    IGeometryHost geometryHost,
    RectangleD bounds
)

參數

.NET Framework 安全性

請參閱

參考

ShapeGeometry 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間