CaptureMouseCursor Example for C++ 5.0 and later

    /*capture current mouse cursor*/
    m_pRasterScr1.CaptureMouseCursor();
    /*copy the captured image to a Main Control*/
    m_LEADRasterView1.GetRaster().SetBitmap(m_pRasterScr1.GetBitmap ());