Beispiel #1
0
        public static void DrawPanel(string collection, Rectangle bounds)
        {
            var sprites = ChromeProvider.GetPanelImages(collection);

            if (sprites != null)
            {
                DrawPanel(bounds, sprites);
            }
        }