get_current_point
Description:
Gets the current point.
The current point is used for relative drawing commands and updated after every operation.
When the builder is created, the default current point is set to `0, 0`. Note that this is different from cairo, which starts out without a current point.
Parameters:
this |
a `GskPathBuilder` |
Returns:
The current point |