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