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