Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NBoxLayout Class / KbOb Method


In This Topic
    KbOb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function KbOb( _
       ByVal lbOb As NRectangle, _
       ByVal MbOb As System.Double, _
       ByVal nbOb As System.Double, _
       ByVal ObOb As ENHorizontalPlacement, _
       ByVal pbOb As ENVerticalPlacement _
    ) As NRectangle
    'Usage
     
    
    Dim lbOb As NRectangle
    Dim MbOb As System.Double
    Dim nbOb As System.Double
    Dim ObOb As ENHorizontalPlacement
    Dim pbOb As ENVerticalPlacement
    Dim value As NRectangle
     
    value = NBoxLayout.KbOb(lbOb, MbOb, nbOb, ObOb, pbOb)
    internal static NRectangle KbOb( 
       NRectangle lbOb,
       System.double MbOb,
       System.double nbOb,
       ENHorizontalPlacement ObOb,
       ENVerticalPlacement pbOb
    )

    Parameters

    lbOb
    MbOb
    nbOb
    ObOb
    pbOb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also