Nevron .NET Vision
Nevron.UI Namespace / NLayoutHelper Class / DeflateSize Method / DeflateSize(NSize,NPadding) Method


In This Topic
    DeflateSize(NSize,NPadding) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function DeflateSize( _
       ByVal sz As NSize, _
       ByVal padding As NPadding _
    ) As NSize
    'Usage
     
    
    Dim sz As NSize
    Dim padding As NPadding
    Dim value As NSize
     
    value = NLayoutHelper.DeflateSize(sz, padding)
    public static NSize DeflateSize( 
       NSize sz,
       NPadding padding
    )

    Parameters

    sz
    padding
    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