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


In This Topic
    NScreen Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal IYbd As System.Integer, _
       ByVal jYbd As System.Boolean, _
       ByVal KYbd As NRectangle, _
       ByVal lYbd As NRectangle, _
       ByVal MYbd As System.Double, _
       ByVal nYbd As System.Object _
    )
    'Usage
     
    
    Dim IYbd As System.Integer
    Dim jYbd As System.Boolean
    Dim KYbd As NRectangle
    Dim lYbd As NRectangle
    Dim MYbd As System.Double
    Dim nYbd As System.Object
     
    Dim instance As New NScreen(IYbd, jYbd, KYbd, lYbd, MYbd, nYbd)
    internal NScreen( 
       System.int IYbd,
       System.bool jYbd,
       NRectangle KYbd,
       NRectangle lYbd,
       System.double MYbd,
       System.object nYbd
    )

    Parameters

    IYbd
    jYbd
    KYbd
    lYbd
    MYbd
    nYbd
    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