skew
Description:
[ DestroysInstance ]
[ Version ( since = "4.6" ) ]
public Transform? skew (float skew_x, float skew_y)
[ Version ( since = "4.6" ) ]
public Transform? skew (float skew_x, float skew_y)
Applies a skew transform.
This function consumes this. Use [method@Gsk.Transform.ref] first if you want to keep it around.
Parameters:
this |
the next transform |
skew_x |
skew factor, in degrees, on the X axis |
skew_y |
skew factor, in degrees, on the Y axis |
Returns:
The new transform |