InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenRegion Class / ScreenRegion Constructor
The remote screen region object.
The remote parent object.


In This Topic
    ScreenRegion Constructor
    In This Topic
    The constructor, for internal use.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal screenRegion As IScreenRegion, _
       ByVal screen As Object _
    )
    'Usage
     
    
    Dim screenRegion As IScreenRegion
    Dim screen As Object
     
    Dim instance As New ScreenRegion(screenRegion, screen)
    public ScreenRegion( 
       IScreenRegion screenRegion,
       object screen
    )

    Parameters

    screenRegion
    The remote screen region object.
    screen
    The remote parent object.
    See Also