方法

GskPathBuilderrel_html_arc_to

自 4.14 起有效

声明 [src]

void
gsk_path_builder_rel_html_arc_to (
  GskPathBuilder* self,
  float x1,
  float y1,
  float x2,
  float y2,
  float radius
)

描述 [src]

根据 HTML Canvas 规范实现圆弧到。

所有坐标均相对于当前位置给出。

这是 gsk_path_builder_html_arc_to() 的相对版本。

自 4.14 起可用

参数

x1

类型: float

第一个控制点的 X 坐标。

y1

类型: float

第一个控制点的 Y 坐标。

x2

类型: float

第二个控制点的 X 坐标。

y2

类型: float

第二个控制点的 Y 坐标。

radius

类型: float

圆的半径。