Method
GskTransformskew
Declaration [src]
GskTransform*
gsk_transform_skew (
GskTransform* next,
float skew_x,
float skew_y
)
Parameters
skew_x |
float |
Skew factor, in degrees, on the X axis. |
|
skew_y |
float |
Skew factor, in degrees, on the Y axis. |
Return value
Returns: | 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 . |