ShapeElement.DrawResizeFeedback(DiagramPaintEventArgs, RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.