Method

Gtk.Snapshot.transform

Declaration [src]

void
gtk_snapshot_transform (
  GtkSnapshot* snapshot,
  GskTransform* transform
)

Description [src]

Transforms snapshots coordinate system with the given transform.

Parameters

transform GskTransform*
 

the transform to apply

 Can be NULL
 Ownership is not transferred to the callee