I have a text file in which I have below shown characters in S - shape.
XXXXXXXXXXX
XXX
XXX
XXXXXXXXXXX
XXX
XXX
XXXXXXXXXXX
How can we draw or paste this type of 'character image' in a wpf canvas? When the WPF app starts, this "S" image will be displayed in the canvas. Can we copy all these characters from the text file and paste into the canvas ?? Is that possible ? if yes how ? If no - then any way to do that ?
please help.