Method
GskTransformskew
since: 4.6
Declaration [src]
GskTransform*
gsk_transform_skew (
  GskTransform* next,
  float skew_x,
  float skew_y
)
Parameters
- skew_x
- 
            Type: floatSkew factor, in degrees, on the X axis. 
- skew_y
- 
            Type: floatSkew factor, in degrees, on the Y axis. 
Return value
Type: GskTransform
The new transform.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |