to_translate


Description:

public void to_translate (out float out_dx, out float out_dy)

Converts a `GskTransform` to a translation operation.

this must be a 2D transformation. If you are not sure, use

get_category >= gsk_transform_category_2d_translate

to check.

Parameters:

this

a `GskTransform`

out_dx

return location for the translation in the x direction

out_dy

return location for the translation in the y direction