'Declaration
Public Sub ChangeView( _ ByVal horizontalOffset As Nullable(Of Double), _ ByVal verticalOffset As Nullable(Of Double), _ ByVal zoomFactor As Nullable(Of Double), _ ByVal disableAnimation As Boolean _ )
'Usage
Dim instance As C1ScrollViewer Dim horizontalOffset As Nullable(Of Double) Dim verticalOffset As Nullable(Of Double) Dim zoomFactor As Nullable(Of Double) Dim disableAnimation As Boolean instance.ChangeView(horizontalOffset, verticalOffset, zoomFactor, disableAnimation)
public void ChangeView( Nullable<double> horizontalOffset, Nullable<double> verticalOffset, Nullable<double> zoomFactor, bool disableAnimation )
Parameters
- horizontalOffset
- The horizontal offset.
- verticalOffset
- The vertical offset.
- zoomFactor
- The zoom factor.
- disableAnimation
- if set to
true
[disable animation].