Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScreen Class
Members


In This Topic
    NScreen Class
    In This Topic
    Represents information about a screen (monitor)
    Object Model
    NScreen Class
    Syntax
    'Declaration
     
    
    Public Class NScreen 
    'Usage
     
    
    Dim instance As NScreen
    public class NScreen 
    Remarks
    The information provided for each screen includes its Bounds and Working Areas in Virtual Screen coordinates as well as it's current Resolution (in Dots Per Inch).

    The current set of screens in the system can be obtained from the NScreen.Screens property.

    Of all the screens in the system one is considered Primary and it can be obtained from the NScreen.PrimaryScreen property. The Bounds of the primary screen typically has its LeftTop corner set to 0,0.

    The screen, which contains the currently focused window is called "Focus Screen" and can be obtained from the FocusScreen property.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NScreen

    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