Available in the LEADTOOLS Imaging toolkit. |
Scroll event example for Visual J++
This example demonstrates the Scroll event.
private void LEAD1_scroll(Object source, Event e)
{
// Add an edit box control to your form and use it for this test
edit1.setText( "Image origin: " + LEAD1.getDstLeft() + ", " + LEAD1.getDstTop() );
}