PCInterface.pc_resolution C# (CSharp) Method

pc_resolution() public method

public pc_resolution ( ) : int[]
return int[]
    public int[] pc_resolution()
    {
        return _gesture.getResolution();
    }