Nevron .NET Vision
Nevron.UI Namespace / NLayoutHelper Class / CenterRectX Method


In This Topic
    CenterRectX Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CenterRectX( _
       ByVal bounds As NRectangle, _
       ByVal size As NSize _
    ) As NRectangle
    'Usage
     
    
    Dim bounds As NRectangle
    Dim size As NSize
    Dim value As NRectangle
     
    value = NLayoutHelper.CenterRectX(bounds, size)
    public static NRectangle CenterRectX( 
       NRectangle bounds,
       NSize size
    )

    Parameters

    bounds
    size
    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