Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / OnBoundsChanged Method


In This Topic
    OnBoundsChanged Method (NShape)
    In This Topic
    Called when the bounds of the model have changed
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnBoundsChanged() 
    'Usage
     
    
    Dim instance As NShape
     
    instance.OnBoundsChanged()
    protected override void OnBoundsChanged()
    Remarks
    Overriden to invalidate the cartesian scale factors and update the first ancestor shape observer
    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