Ejemplo n.º 1
0
        public async Task <BitmapSource> Render()
        {
            var image = await QueueRender();

            return(BitmapUtility.ToBitmapSource(image));
        }