I want to display the grid as an image for use on live tiles in my Metro Style app for Windows 8.
Since WinRT does not have WriteableBitmap.Render (), your WriteableBitmapEx (CodePlex) parameters, or if you need fonts, are Direct2D (you can use it with C # thanks to SharpDX).
Right now there is no way to render an image from a control.
http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/752372e6-7208-4d92-924c-97177182a69f
Thanks.
Source: https://habr.com/ru/post/1436985/More articles:Vim conflict syntax (using keyword) - vimAvoid primitive obsession with EventSourcing - c #How can I get time with MySql in Java? - javaFind String in DataTable - c #Ascending and Descending Order number in java - javaHow to request user permission to reuse Geolocation after the user has refused it once? - windows-8How to rotate UIButtons 90 degrees without auto layout error? - objective-cShare CGAL geometry between processes in C ++ - c ++Single assignment of elements inside the same inside the entire column of the data frame - rHow to get type of type descriptor (JNI style) String from a TypeMirror object (annotation processing) - javaAll Articles