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
)
參數
- geometryHost
類型:Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
圖案或連結。
- bounds
類型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
圖案幾何的目前界限。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。