API 版本: 4.0
库版本: 4.17.2
由 gi-docgen 2024.2 生成
自:4.14
void gsk_path_builder_line_to ( GskPathBuilder* self, float x, float y )
从当前点绘制一条到 x,y 的线并将其设置为新的当前点。
x
y
.
类型: float
float
X 坐标。
Y 坐标。