ImageGear22.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : HandleScroll Method |
IImGearScrollableView
interface, represents .NET Form to draw image in.
'Declaration Sub HandleScroll( _ ByVal pageView As IImGearScrollableView, _ ByVal scrollBarType As ImGearScrollBarType, _ ByVal scrollValue As Integer _ )
'Usage Dim instance As IImGearPageDisplay Dim pageView As IImGearScrollableView Dim scrollBarType As ImGearScrollBarType Dim scrollValue As Integer instance.HandleScroll(pageView, scrollBarType, scrollValue)
void HandleScroll( IImGearScrollableView pageView, ImGearScrollBarType scrollBarType, int scrollValue )
void HandleScroll( IImGearScrollableView* pageView, ImGearScrollBarType scrollBarType, int scrollValue )
void HandleScroll( IImGearScrollableView^ pageView, ImGearScrollBarType scrollBarType, int scrollValue )
IImGearScrollableView
interface, represents .NET Form to draw image in.