ImageGear .NET v25.1 - Updated
GetScrollInfo Method (ImGearPageDisplay)




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : GetScrollInfo Method
IImGearScrollableView interface, represents .NET Form to draw image in.
Returns new instance of image scrolling attributes object.
Syntax
'Declaration
 
Public Function GetScrollInfo( _
   ByVal pageView As IImGearScrollableView _
) As ImGearScrollInfo
'Usage
 
Dim instance As ImGearPageDisplay
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
) 

Parameters

pageView
IImGearScrollableView interface, represents .NET Form to draw image in.

Return Value

New instance of ImGearScrollInfo structure object.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members
ImGearScrollInfo Structure
IImGearScrollableView Interface