[]
Request to scroll horizontally and vertically by the specified amount. The ability to call this method and simultaneously scroll horizontally and vertically provides simple panning support.
void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Type | Name | Description |
---|---|---|
ScrollAmount | horizontalAmount | horizontal amount to scroll by |
ScrollAmount | verticalAmount | vertical amount to scroll by |