Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NSize Structure / Union Method


In This Topic
    Union Method (NSize)
    In This Topic
    Returns a size whose width is the max of size1.Width and size2.Width, and whose height is the max of size1.Height and size2.Height.
    Overload List
    OverloadDescription
    Returns a size whose width is the max of size1.Width and size2.Width, and whose height is the max of size1.Height and size2.Height.  
    Returns a size whose width is the max of size1.Width, size2.Height and size3.Width, and whose height is the max of size1.Height, size2.Height and size3.Height.  
    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