setBackgroundImagePosition method

  1. @override
Future setBackgroundImagePosition(
  1. double x,
  2. double y, {
  3. bool clamp = false,
})
override

Implementation

@override
Future setBackgroundImagePosition(double x, double y,
    {bool clamp = false}) async {
  set_background_image_position_ffi(_viewer!, x, y, clamp);
}