DiagramClientView.InvalidateRectangle Method

Invalidates the specified rectangle in world units.

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

Syntax

'Declaration
Public Sub InvalidateRectangle ( _
    rectangle As RectangleD _
)
public void InvalidateRectangle(
    RectangleD rectangle
)
public:
void InvalidateRectangle(
    RectangleD rectangle
)
member InvalidateRectangle : 
        rectangle:RectangleD -> unit
public function InvalidateRectangle(
    rectangle : RectangleD
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace