ShapeElement::DrawResizeFeedback Method (DiagramPaintEventArgs^, RectangleD)

 

Draws the resizing feedback for the shape.

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

public:
virtual void DrawResizeFeedback(
	DiagramPaintEventArgs^ e,
	RectangleD bounds
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs^

The paint event arguments.

bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The absolute bounds for the shape, relative to the top-left point of the diagram.

Return to top
Show: