public void AnimateCameraScrollBy() { const int xPixel = 250; const int yPixel = 250; AnimateCamera(CameraUpdate.ScrollBy(xPixel, yPixel)); }