NodeShapeGeometry.DoPaintResizeFeedback Method

Draws the resize feedback for the geometry.

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

Syntax

'Declaration
Public Overrides Sub DoPaintResizeFeedback ( _
    e As DiagramPaintEventArgs, _
    geometryHost As IGeometryHost, _
    bounds As RectangleD _
)
public override void DoPaintResizeFeedback(
    DiagramPaintEventArgs e,
    IGeometryHost geometryHost,
    RectangleD bounds
)
public:
virtual void DoPaintResizeFeedback(
    DiagramPaintEventArgs^ e, 
    IGeometryHost^ geometryHost, 
    RectangleD bounds
) override
abstract DoPaintResizeFeedback : 
        e:DiagramPaintEventArgs * 
        geometryHost:IGeometryHost * 
        bounds:RectangleD -> unit  
override DoPaintResizeFeedback : 
        e:DiagramPaintEventArgs * 
        geometryHost:IGeometryHost * 
        bounds:RectangleD -> unit
public override function DoPaintResizeFeedback(
    e : DiagramPaintEventArgs, 
    geometryHost : IGeometryHost, 
    bounds : RectangleD
)

Parameters

.NET Framework Security

See Also

Reference

NodeShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace