I would like to create a user control in WPF, which would be able draw an n x m matrix of characters using a mono-space font. The control will accept a string[] as fast as possible ( 60 fps is the target) and draw it on the screen.I would like to create a user control in WPF, w