Question

I want to render a grid as an image to use on a live tile in my Windows 8 Metro Style App.

Was it helpful?

Solution

Since WriteableBitmap.Render() is missing in WinRT your options are WriteableBitmapEx (CodePlex) or if you need fonts - Direct2D (you can use it from C# thanks to SharpDX).

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top