NodeShapeGeometry.DoPaintResizeFeedback 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 resize feedback for the geometry.
public:
override void DoPaintResizeFeedback(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
public override void DoPaintResizeFeedback (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
override this.DoPaintResizeFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public Overrides Sub DoPaintResizeFeedback (e As DiagramPaintEventArgs, geometryHost As IGeometryHost, bounds As RectangleD)
Parameters
The DiagramPaintEventArgs that contains paint event data.
- geometryHost
- IGeometryHost
The instance data for the geometry.
- bounds
- RectangleD
Bounds to use for the geometry in world units relative to the top-left of the diagram.