|  | 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
Syntaxprotected void Invalidate()
protected:
void Invalidate()
member Invalidate : unit -> unit 
 Remarks
RemarksInvalidate 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
See Also