Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Draws the resize feedback for the geometry.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
- e 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs- The DiagramPaintEventArgs that contains paint event data. 
- geometryHost 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost- The instance data for the geometry. 
- bounds 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD- Bounds to use for the geometry in world units relative to the top-left of the diagram. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.