'Declaration Public Function ScrollTo( _ ByVal pageView As IImGearScrollableView, _ ByVal positionX As Integer, _ ByVal positionY As Integer _ ) As ImGearScrollInfo
'Usage Dim instance As ImGearPresentationPageDisplay Dim pageView As IImGearScrollableView Dim positionX As Integer Dim positionY As Integer Dim value As ImGearScrollInfo value = instance.ScrollTo(pageView, positionX, positionY)
public ImGearScrollInfo ScrollTo( IImGearScrollableView pageView, int positionX, int positionY )
public: ImGearScrollInfo ScrollTo( IImGearScrollableView* pageView, int positionX, int positionY )
public: ImGearScrollInfo ScrollTo( IImGearScrollableView^ pageView, int positionX, int positionY )
Parameters
- pageView
IImGearScrollableView
interface; represents .NET form to draw the image in.- positionX
- New horizontal scroll position.
- positionY
- New vertical scroll position.
Return Value
Instance of ImGearScrollInfo structure object.