VKVG  
Vulkan Vector Graphics

◆ vkvg_move_to()

void vkvg_move_to ( VkvgContext  ctx,
float  x,
float  y 
)

This command set the current pen position of the context to the coordinate given by the x and y arguments. If the current path is not empty, this command will start a new subpath and set the current pen position to the coordinates given in arguments.

Parameters
ctxThe vkvg context pointer.
xnew x position of the pen
ynew y position of the pen