to_translate


Description:

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

Converts a transform 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 transform

out_dx

return location for the translation in the x direction

out_dy

return location for the translation in the y direction