ShapeElement.DrawResizeFeedback(DiagramPaintEventArgs, RectangleD) Method

Definition

Draws the ShapeElement's resizing feedback using the given absolute bounds for the ShapeElement.

public:
 virtual void DrawResizeFeedback(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
public virtual void DrawResizeFeedback (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
abstract member DrawResizeFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
override this.DrawResizeFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public Overridable Sub DrawResizeFeedback (e As DiagramPaintEventArgs, bounds As RectangleD)

Parameters

e
DiagramPaintEventArgs

The DiagramPaintEventArgs that contains paint event data.

bounds
RectangleD

Bounds to use for the geometry in world units relative to the top-left of the diagram.

Applies to