Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScreen Class
Properties Methods


In This Topic
    NScreen Class Members
    In This Topic

    The following tables list the members exposed by NScreen.

    Protected Constructors
     NameDescription
    Internal Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bounds of the screen (in DIPs) on the virtual screen.  
    Public Propertystatic (Shared in Visual Basic)Gets the screen, which contains the keyboard focus.  
    Public PropertyGets the Id of this screen  
    Public PropertyGets whether this is the primary screen.  
    Public Propertystatic (Shared in Visual Basic)Gets the primary screen  
    Public PropertyGets the resolution of the screen, in Dots Per Inch  
    Public Propertystatic (Shared in Visual Basic)Gets all screens available to the application.  
    Public PropertyGets the bounds of screen working area (in DIPs) on the virtual screen.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodConverts the specified dips measure to pixels, according to this screen resolution.  
    Public MethodOverriden to compare screens by id.  
    Public Methodstatic (Shared in Visual Basic)Gets the default screen according to the specified mode.  
    Public MethodOverriden because Equals was overriden.  
    Public Methodstatic (Shared in Visual Basic)Gets a screen by id. Returns null, if the screen is not found. You can use the negative NScreen.PrimaryScreenId and NScreen.FocusScreenId to dynamically identify the primary and focus screens.  
    Public Methodstatic (Shared in Visual Basic)Gets the screen that is nearest to the specified rectangle.  
    Public Methodstatic (Shared in Visual Basic)Gets the screen that is nearest to the specified rectangle.  
    Public MethodConverts the specified pixels measure to dips, according to this screen resolution.  
    Top
    Public Operators
    Determines whether a is equal to b
    Determines whether a is not equal to b
    Top
    See Also