Click or drag to resize

ChangeQueueApplyViewChange Method

Override ApplyViewChange when you want to receive changes to the view/camera

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void ApplyViewChange(
	ViewInfo viewInfo
)

Parameters

viewInfo
Type: Rhino.DocObjectsViewInfo
The ViewInfo with the changes
See Also