Pan control to set the viewport offset to the specified values.
public void Pan(double x, double y, bool skipTransitions = false)
The target offset x value.
The target offset y value.
The flag indicating whether transitions on the child element should be temporarily disabled.