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


In This Topic
    GetContentBounds Method (NLayoutHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetContentBounds( _
       ByVal layoutRect As NRectangle, _
       ByVal contentSize As NSize, _
       ByVal align As System.Drawing.ContentAlignment _
    ) As NRectangle
    'Usage
     
    
    Dim layoutRect As NRectangle
    Dim contentSize As NSize
    Dim align As System.Drawing.ContentAlignment
    Dim value As NRectangle
     
    value = NLayoutHelper.GetContentBounds(layoutRect, contentSize, align)
    public static NRectangle GetContentBounds( 
       NRectangle layoutRect,
       NSize contentSize,
       System.Drawing.ContentAlignment align
    )

    Parameters

    layoutRect
    contentSize
    align
    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