Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / OnAggregateScalingEnded Method
true if sucessfully scaled, otherwise false
info associated with the scaling


In This Topic
    OnAggregateScalingEnded Method (NShape)
    In This Topic
    Called when the aggregate model has scaled the models it aggregates
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnAggregateScalingEnded( _
       ByVal successful As System.Boolean, _
       ByVal info As NAggregateModel.MWbE _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim successful As System.Boolean
    Dim info As NAggregateModel.MWbE
     
    instance.OnAggregateScalingEnded(successful, info)
    protected override void OnAggregateScalingEnded( 
       System.bool successful,
       NAggregateModel.MWbE info
    )

    Parameters

    successful
    true if sucessfully scaled, otherwise false
    info
    info associated with the scaling
    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