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 命名空间