Method

Gsk.Transform.translate

Declaration [src]

GskTransform*
gsk_transform_translate (
  GskTransform* next,
  const graphene_point_t* point
)

Description [src]

Translates next in 2-dimensional space by point.

Parameters

point const graphene_point_t*
 

the point to translate the transform by

 Ownership is not transferred to the callee

Return value

Returns: GskTransform

The new transform

Ownership of the data is transferred to the caller