Scale.getLayoutOffsets

void getLayoutOffsets(out int x, out int y)

Obtains the coordinates where the scale will draw the pango.layout.Layout representing the text in the scale.

Remember when using the pango.layout.Layout function you need to convert to and from pixels using PANGO_PIXELS() or pango.types.SCALE.

If the gtk.scale.Scale.drawValue property is false, the return values are undefined.

Parameters

xlocation to store X offset of layout
ylocation to store Y offset of layout