Nevron .NET Vision
Nevron.Diagram Namespace / NTransformableElement Class / OnTransformChanged Method


In This Topic
    OnTransformChanged Method (NTransformableElement)
    In This Topic
    Called when the transformation of the element has changed
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTransformChanged() 
    'Usage
     
    
    Dim instance As NTransformableElement
     
    instance.OnTransformChanged()
    protected virtual void OnTransformChanged()
    Remarks
    This implementation will first invalidate the scene cashe. If this is a container element, the implementation will then notify all ancestor transform observers about the change. Finally the implementation will fire a NodeTransformChanged event if the element is connected to an event sink service.
    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