ShapeGeometry.DoPaintResizeFeedback Method

Draws the resize feedback for the shape geometry.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public MustOverride Sub DoPaintResizeFeedback ( _
    e As DiagramPaintEventArgs, _
    geometryHost As IGeometryHost, _
    bounds As RectangleD _
)
'使用
Dim instance As ShapeGeometry
Dim e As DiagramPaintEventArgs
Dim geometryHost As IGeometryHost
Dim bounds As RectangleD

instance.DoPaintResizeFeedback(e, geometryHost, _
    bounds)
public abstract void DoPaintResizeFeedback(
    DiagramPaintEventArgs e,
    IGeometryHost geometryHost,
    RectangleD bounds
)
public:
virtual void DoPaintResizeFeedback(
    DiagramPaintEventArgs^ e, 
    IGeometryHost^ geometryHost, 
    RectangleD bounds
) abstract
public abstract function DoPaintResizeFeedback(
    e : DiagramPaintEventArgs, 
    geometryHost : IGeometryHost, 
    bounds : RectangleD
)

Parameters

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace