Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTracker Class / OnTransformChanged Method


In This Topic
    OnTransformChanged Method (NTracker)
    In This Topic
    Called when the transformation of the node has changed
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTransformChanged() 
    'Usage
     
    
    Dim instance As NTracker
     
    instance.OnTransformChanged()
    protected virtual void OnTransformChanged()
    Remarks
    This implementation will first invalidate the scene cashe. The implementation will then notify all ancestor transform observers about the change. Finally implementation will fire a NodeTransformChanged event if the node is connected to an event sink service and invalidate the scene cashe
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also