Captura.ScreenVSLI.ScreenVSLI C# (CSharp) Method

ScreenVSLI() public method

public ScreenVSLI ( int i ) : System.Collections.Generic
i int
return System.Collections.Generic
        ScreenVSLI(int i)
        {
            Screen = Screen.AllScreens[i];
        }