Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMargins Structure / Max Method


In This Topic
    Max Method (NMargins)
    In This Topic
    Gets such margins that: Left= Max(a.Left, b.Left), Right= Max(a.Right, b.Right), Top= Max(a.Top, b.Top), Bottom= Max(a.Bottom, b.Bottom),
    Syntax
    'Declaration
     
    
    Public Shared Function Max( _
       ByVal a As NMargins, _
       ByVal b As NMargins _
    ) As NMargins
    'Usage
     
    
    Dim a As NMargins
    Dim b As NMargins
    Dim value As NMargins
     
    value = NMargins.Max(a, b)
    public static NMargins Max( 
       NMargins a,
       NMargins b
    )

    Parameters

    a
    b
    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