Diagram.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. The rectangle is relative to the the diagram's top-left corner and in internal units. The rectangle will be inflated to invalidate a potential selection surrounding it.
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 is in world units and relative to the diagram's top-left.