Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グリッドを画像としてレンダリングして、Windows8Metroスタイルアプリのライブタイルで使用したいと思います。
WinRTにはWriteableBitmap.Render()がないため、オプションはWriteableBitmapEx(CodePlex)、またはフォントが必要な場合はDirect2D(SharpDXのおかげでC#から使用できます)です。
現在、コントロールから画像をレンダリングする方法はありません。
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/752372e6-7208-4d92-924c-97177182a69f
ありがとう。