ImageGear21.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : GetScrollInfo Method |
IImGearScrollableView
interface, represents .NET Form to draw image in.
'Declaration Function GetScrollInfo( _ ByVal pageView As IImGearScrollableView _ ) As ImGearScrollInfo
'Usage Dim instance As IImGearPageDisplay Dim pageView As IImGearScrollableView Dim value As ImGearScrollInfo value = instance.GetScrollInfo(pageView)
ImGearScrollInfo GetScrollInfo( IImGearScrollableView pageView )
ImGearScrollInfo GetScrollInfo( IImGearScrollableView* pageView )
ImGearScrollInfo GetScrollInfo( IImGearScrollableView^ pageView )
IImGearScrollableView
interface, represents .NET Form to draw image in.