Method
GskTransformtransform_point
Declaration [src]
void
gsk_transform_transform_point (
  GskTransform* self,
  const graphene_point_t* point,
  graphene_point_t* out_point
)
Parameters
| point | graphene_point_t | 
| A  | |
| The data is owned by the caller of the function. | |
| out_point | graphene_point_t | 
| Return location for the transformed point. | |
| The argument will be set by the function. | |
| The data is owned by the caller of the function. |