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


In This Topic
    OnAggregateScalingEnded Method (NShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnAggregateScalingEnded( _
       ByVal successful As System.Boolean, _
       ByVal info As NAggregateModel.EEdE _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim successful As System.Boolean
    Dim info As NAggregateModel.EEdE
     
    instance.OnAggregateScalingEnded(successful, info)
    protected override void OnAggregateScalingEnded( 
       System.bool successful,
       NAggregateModel.EEdE info
    )

    Parameters

    successful
    info
    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