Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  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

Implements

IElement..::.Invalidate(VectorRectangle)

See Also