LinkShapeGeometry::DoPaintResizeFeedback Method (DiagramPaintEventArgs^, IGeometryHost^, RectangleD)

 

Draws the resize feedback for the geometry.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramPaintEventArgs^

The DiagramPaintEventArgs that contains paint event data.

geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams::IGeometryHost^

The instance data for the geometry.

bounds
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

Bounds to use for the geometry in world units relative to the top-left of the diagram.

Return to top
Show: