I want to render a grid as an image to use on a live tile in my Windows 8 Metro Style App.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).