GimpUi.OffsetArea.prototype.set_offsets

function set_offsets(offset_x: Number(gint), offset_y: Number(gint)): void {
    // Gjs wrapper for gimp_offset_area_set_offsets()
}
  

Sets the offsets of the image/drawable displayed by the GimpUi.OffsetArea. It does not emit the "offsets-changed" signal.

offset_x

the X offset

offset_y

the Y offset