Mono.Terminal.TrimLabel.TrimLabel C# (CSharp) Method

TrimLabel() public method

Public constructor.
public TrimLabel ( int x, int y, int w, string s ) : System
x int
y int
w int
s string
return System
        public TrimLabel(int x, int y, int w, string s)
            : base(x, y, s)
        {
            original = s;

            SetString (w, s);
        }