| ChangeQueueApplyViewChange Method  | 
 
            Override ApplyViewChange when you want to receive changes to the view/camera
            
 
    Namespace: 
   Rhino.Render.ChangeQueue
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
 Syntax
Syntaxprotected virtual void ApplyViewChange(
	ViewInfo viewInfo
)
Protected Overridable Sub ApplyViewChange ( 
	viewInfo As ViewInfo
)
Parameters
- viewInfo
- Type: Rhino.DocObjectsViewInfo
 The ViewInfo with the changes
 See Also
See Also