I want to write text on this BitmapImage. How am I able to do so using C# & XAML? Using WIndows Phone 8.1 SDK
I read something about being able to construct a WriteableBitmap and a .render()-method, but I only found a WriteableBitmap Class in the Windows.UI.Xaml.Media.Imaging Namespace.
Can anyone prevent me a snippet to start from?