I am trying to create an application that takes plain text from a file, creates a formatted raster image of it and then flips it left to right for reading in a mirror. This is an auto-cue, tele-prompter application.
I can create the image with either Canvas and TextBlock, or Image(/Bitmap) and FormattedText but I can't then flip the image.
All my attempts, following the many paths illustrated in stack-exchange, have failed seemingly because they use classes provided in earlier versions of VS which no longer exist (in System.Drawing?). Some of the attempts say 'Not available in Windows Environment'.
I'm sure I must be missing something. Can anyone give me a pointer?