Nevron .NET Vision
Nevron.Diagram Namespace / NToggleDecorator Class / MeasureDirtyInflate Method


In This Topic
    MeasureDirtyInflate Method (NToggleDecorator)
    In This Topic
    Measures the dirty inflate of the decorator
    Syntax
    'Declaration
     
    
    Protected Overrides Function MeasureDirtyInflate( _
       ByVal converter As NLengthConverter _
    ) As NSizeF
    'Usage
     
    
    Dim instance As NToggleDecorator
    Dim converter As NLengthConverter
    Dim value As NSizeF
     
    value = instance.MeasureDirtyInflate(converter)
    protected override NSizeF MeasureDirtyInflate( 
       NLengthConverter converter
    )

    Parameters

    converter
    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