I have some problem with speed of scroll. (I use integrated VGA.)
Basic settings:
- Code: Select all
Me.GdViewer1.ViewerQuality = ViewerQualityBilinearHQ
Me.GdViewer1.ScrollOptimization = True
Me.GdViewer1.DisplayFromFile ("c:\test.tif")
Scroll speed is good (if zoom >= 100):
- Code: Select all
Me.GdViewer1.ZoomMode = Zoom100
Scroll speed is very slow (if zoom < 100) - In this case, the movement of the picture is also slow :
- Code: Select all
Me.GdViewer1.ZoomMode = ZoomWidthControl
Could you solve this problem without change ViewerQuality property?
Thank you in advance.
Best regards,
Irab
