Method Cairo.Context()->move_to()


Method move_to

void move_to(float|int x, float|int y)

Description

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

Parameter x

the X coordinate of the new position

Parameter y

the Y coordinate of the new position