DiagramClientView::InvalidateRectangle Method (RectangleD)

 

Invalidates the specified rectangle in world units.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void InvalidateRectangle(
	RectangleD rectangle
)

Parameters

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

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

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

Return to top
Show: