ImageGear22.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : UpdateScrollFrom Method |
'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)
void UpdateScrollFrom( IImGearScrollableView pageView, ImGearScrollInfo scrollInfo )
void UpdateScrollFrom( IImGearScrollableView* pageView, ImGearScrollInfo scrollInfo )
void UpdateScrollFrom( IImGearScrollableView^ pageView, ImGearScrollInfo scrollInfo )