| [news.eclipse.tools] Re: GC.drawImage() |
One of the shipped SWT examples scrolles an image on a canvas. The example is com.ibm.swt.examples.imageexample.ImageAnalyzer. Please look at that. It does *not* use SWT.NO_BACKGROUND. The trick is to use Canvas.scroll. Scrolling is smooth and fairly fast.