grid_get_offset


Description:

[ Version ( since = "2.4" ) ]
public bool grid_get_offset (out double xoffset, out double yoffset)

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.

Parameters:

this

The image.

xoffset

The image's grid horizontal offset.

yoffset

The image's grid vertical offset.

Returns:

TRUE on success.