Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / OnModelBoundsUpdated Method


In This Topic
    OnModelBoundsUpdated Method
    In This Topic
    Called when the model bounds of the aggregate has been automatically or manually updated
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnModelBoundsUpdated() 
    'Usage
     
    
    Dim instance As NAggregateModel
     
    instance.OnModelBoundsUpdated()
    protected virtual void OnModelBoundsUpdated()
    Remarks
    This implementation will invalidate the cartesian scale factors of the contained models
    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