BackColor example for C++ 5.0 and later
This example sets the background color to red. You can zoom out to see the background color.
m_LEADRasterView1.SetBackColor(RGB(255, 0, 0));