get_offsets


Description:

public bool get_offsets (out int offset_x, out int offset_y)

Returns the offsets for the drawable.

This procedure returns the specified drawable's offsets. This only makes sense if the drawable is a layer since channels are anchored. The offsets of a channel will be returned as 0.

Parameters:

this

The drawable.

offset_x

x offset of drawable.

offset_y

y offset of drawable.

Returns:

TRUE on success.