DiagramClientView.InvalidateRectangle(RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.