Beispiel #1
0
        static void Main(string[] args)
        {
            var text = new Text();

            text.Add("priyank");
            text.Width  = 100;
            text.Height = 30;
            Console.WriteLine("height is {0}", text.Height);
        }