Method

GimpImagegrid_get_offset

Declaration [src]

gboolean
gimp_image_grid_get_offset (
  GimpImage* image,
  gdouble* xoffset,
  gdouble* yoffset
)

Description [src]

Gets the offset of an image’s grid.

This procedure retrieves the horizontal and vertical offset of an image’s grid. It takes the image as parameter.

Available since:2.4

Parameters

xoffset gdouble*
 

The image’s grid horizontal offset.

 The argument will be set by the function.
yoffset gdouble*
 

The image’s grid vertical offset.

 The argument will be set by the function.

Return value

Returns: gboolean
 

TRUE on success.