ShapeGeometry::DoPaintResizeFeedback Method (DiagramPaintEventArgs^, IGeometryHost^, RectangleD)
Visual Studio 2015
Draws the resize feedback for the shape geometry. Called repeatedly as the user moves the mouse to resize the shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual void DoPaintResizeFeedback( DiagramPaintEventArgs^ e, IGeometryHost^ geometryHost, RectangleD bounds ) abstract
Parameters
- e
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs^
The diagram paint event arguments.
- geometryHost
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::IGeometryHost^
The shape or link.
- bounds
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
The current bounds for the shape geometry.
Show: