Data.getScreenHeight C# (CSharp) Method

getScreenHeight() public method

public getScreenHeight ( ) : int
return int
    public int getScreenHeight()
    {
        return 15;
    }
Data