ZoomInDone example for Visual J++

This example triggers the ZoomInDone event and displays a message that the ZoomIn image has been captured.

private void LEAD1_zoomInDone(Object source, LTOCXU.LEAD.ZoomInDoneEvent e)
{
   MessageBox.show( "ZoomIn Captured: " + e.x + "," + e.y );
}