I\'ve subclassed Canvas so that I can override its Render function. I need to know how I can load a bitmap in WPF and render that to the canvas. I\
Canvas
Render
In WPF it is a rare case that you would need to override OnRender especially if all you wanted to do was draw a BMP to a background:
OnRender