API 版本:4.0
库版本:4.17.2
由 gi-docgen 2024.2 生成
自:4.14
void gsk_path_builder_rel_move_to ( GskPathBuilder* self, float x, float y )
相对于当前点,将笔放在 x, y 位置以开始新轮廓。
x
y
这是 gsk_path_builder_move_to() 的相对版本。
gsk_path_builder_move_to()
自从:4.14
类型: float
float
X 轴偏移。
Y 轴偏移。