Diagram::InvalidateRectangle Method (RectangleD)

 

Invalidates the shapes that are in the selection rectangle.

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

The selection rectangle.

When a shape is invalidated, it is redrawn.

Return to top
Show: