Click or drag to resize
DigitalRuneProjectionInvalidate Method
Invalidates the projection matrix.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected void Invalidate()
Remarks
Invalidate causes a lazy update: An internal flag is set that indicates that the matrices need to be recalculated. The calculation is done when ToMatrix44F, or an implicit cast to Matrix44F is performed or when Inverse is accessed.
See Also