Context.moveTo

Begin a new sub-path. After this call the current point will be (x, y). Since 1.0

class Context
void
moveTo
(
double x
,
double y
)

Parameters

x double

the X coordinate of the new position

y double

the Y coordinate of the new position

Meta