Method

Gtk.Snapshot.translate_3d

Declaration [src]

void
gtk_snapshot_translate_3d (
  GtkSnapshot* snapshot,
  const graphene_point3d_t* point
)

Description [src]

Translates snapshots coordinate system by point.

Parameters

point const graphene_point3d_t*
 

the point to translate the snapshot by

 Ownership is not transferred to the callee