VKVG  
Vulkan Vector Graphics

◆ vkvg_get_current_point()

void vkvg_get_current_point ( VkvgContext  ctx,
float *  x,
float *  y 
)

Get the current point of the context, return 0,0 if no point is defined.

Parameters
ctxA valid vkvg context handle.
xA valid float pointer to receive the x coordinate of the current point.
yA valid float pointer to receive the y coordinate of the current point.