Implements Invalidate(VectorRectangle).
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override void Invalidate( VectorRectangle rectangle )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Sub Invalidate ( _ rectangle As VectorRectangle _ )  | 
| Visual C++ | 
|---|
public: virtual void Invalidate( VectorRectangle rectangle ) override  | 
Parameters
- rectangle
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle