ShapeGeometry.DoPaintResizeFeedback Method

Definition

Draws the resize feedback for the geometry.

public:
 abstract void DoPaintResizeFeedback(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPaintEventArgs ^ e, Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD bounds);
public abstract void DoPaintResizeFeedback (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs e, Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD bounds);
abstract member DoPaintResizeFeedback : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs * Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public MustOverride 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