MonoGdx.TableLayout.Value.Width C# (CSharp) Method

Width() public method

public Width ( Cell cell ) : float
cell Cell
return float
        public float Width(Cell cell)
        {
            return Toolkit.Instance.Width(Get(cell));
        }

Same methods

Value::Width ( object table ) : float