| ProjectionInvalidate Method |
Invalidates the projection matrix.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected void Invalidate()
protected:
void Invalidate()
member Invalidate : unit -> unit
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