ImageGear .NET
UpdateScrollFrom Method (IImGearPageDisplay)




IImGearScrollableView interface; represents .NET form to draw image in.
ImGearScrollInfo object with new attributes for vertical and horizontal scrollbars.
Updates image scroll attributes with new values.
Syntax
void UpdateScrollFrom( 
   IImGearScrollableView pageView,
   ImGearScrollInfo scrollInfo
)
void UpdateScrollFrom( 
   IImGearScrollableView* pageView,
   ImGearScrollInfo scrollInfo
) 
void UpdateScrollFrom( 
   IImGearScrollableView^ pageView,
   ImGearScrollInfo scrollInfo
) 
'Declaration
 
Sub UpdateScrollFrom( _
   ByVal pageView As IImGearScrollableView, _
   ByVal scrollInfo As ImGearScrollInfo _
) 
 
'Usage
 
Dim instance As IImGearPageDisplay
Dim pageView As IImGearScrollableView
Dim scrollInfo As ImGearScrollInfo
 
instance.UpdateScrollFrom(pageView, scrollInfo)

Parameters

pageView
IImGearScrollableView interface; represents .NET form to draw image in.
scrollInfo
ImGearScrollInfo object with new attributes for vertical and horizontal scrollbars.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
IImGearScrollableView Interface
ImGearScrollInfo Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback