LinkShapeGeometry.DoPaintResizeFeedback Method

Definition

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

e
DiagramPaintEventArgs

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.

Applies to