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