Interface IGraphUpdateContext
    Public
    
    Helper functions for graph updates.
A context is passed to graphs when they are updated, and to work items when they are executed. The IWorkItemContext interface inherits from this interface.
Public Methods
        
                DirtyBounds
        
                (bounds)
    
                    
                    Mark a particular region of the world as having been changed.
                        Public