Transform


Object Hierarchy:

Gsk.Transform Gsk.Transform Gsk.Transform

Description:

[ CCode ( ref_function = "gsk_transform_ref" , type_id = "gsk_transform_get_type ()" , unref_function = "gsk_transform_unref" ) ]
[ Compact ]
public class Transform

`GskTransform` is an object to describe transform matrices.

Unlike `graphene_matrix_t`, `GskTransform` retains the steps in how a transform was constructed, and allows inspecting them. It is modeled after the way CSS describes transforms.

`GskTransform` objects are immutable and cannot be changed after creation. This means code can safely expose them as properties of objects without having to worry about others changing them.


Namespace: Gsk
Package: gtk4

Content:

Static methods:

Creation methods:

Methods: