Is there a way to convert text to an image with Windows store app API?
The analogous code in a normal windows app would be:
graphics.DrawString(txt, font, Brushes, 0, 0);
Is there a way to convert text to an image with Windows store app API?
The analogous code in a normal windows app would be:
graphics.DrawString(txt, font, Brushes, 0, 0);