'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 _ )
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].