EditorPanel.setScrollDims C# (CSharp) Method

setScrollDims() private method

private setScrollDims ( ) : void
return void
    private void setScrollDims()
    {
        scrollWidth = textAreaRect.w; //backgroundRect.w - ((float) 200 / (Screen.width*3/4));
        scrollHeight = textAreaRect.h; // backgroundRect.h - ((float) 60 / Screen.height);
    }