Method
GskTransformtransform_point
Declaration [src]
void
gsk_transform_transform_point (
  GskTransform* self,
  const graphene_point_t* point,
  graphene_point_t* out_point
)
Parameters
- point
- 
            Type: graphene_point_tA graphene_point_tThe data is owned by the caller of the method. 
- out_point
- 
            Type: graphene_point_tReturn location for the transformed point. The argument will be set by the function. The data is owned by the instance.