Method

Gtk.Snapshot.translate

Declaration [src]

void
gtk_snapshot_translate (
  GtkSnapshot* snapshot,
  const graphene_point_t* point
)

Description [src]

Translates snapshots coordinate system by point in 2-dimensional space.

Parameters

point const graphene_point_t*
 

the point to translate the snapshot by

 Ownership is not transferred to the callee