Exemplo n.º 1
0
        public string Describe(PreferredDescriptionType type)
        {
            switch (type)
            {
            case PreferredDescriptionType.Short:
                return(_short);

            case PreferredDescriptionType.Long:
                return(_long);

            default:
                throw new ArgumentOutOfRangeException(nameof(type), type, null);
            }
        }
Exemplo n.º 2
0
 public string Describe(PreferredDescriptionType type) => $"Screen {Index}: {Size.Width}x{Size.Height}, At: {Position.X}, {Position.Y}";