Invalidates the specified area in the view frame.

Namespace:  PerpetuumSoft.Framework.Model.Viewing
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
void Invalidate(
	VectorRectangle rectangle
)
Visual Basic (Declaration)
Sub Invalidate ( _
	rectangle As VectorRectangle _
)
Visual C++
void Invalidate(
	VectorRectangle rectangle
)

See Also