DiagramClientView.InvalidateRectangle(RectangleD) Method

Definition

Invalidates the specified rectangle in world units.

public:
 void InvalidateRectangle(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD rectangle);
public void InvalidateRectangle (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD rectangle);
member this.InvalidateRectangle : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public Sub InvalidateRectangle (rectangle As RectangleD)

Parameters

rectangle
RectangleD

Rectangle to invalidate in world units and relative to the Diagram's top-left.

Remarks

The rectangle is assumed to be a shape's rectangle, so it is inflated by the size of the surrounding selection rectangle.

Applies to