Exemplo n.º 1
0
        public JObject GetDescription()
        {
            var description = new JObject();

            description.Add("topLeft", TopLeft.GetDescription());
            description.Add("bottomRight", BottomRight.GetDescription());
            return(description);
        }