PHP 8.4.1 Released!

UI\Draw\Path::bezierTo

(UI 0.9.9)

UI\Draw\Path::bezierToDraw Bezier Curve

说明

public UI\Draw\Path::bezierTo(
    UI\Point $point,
    float $radius,
    float $angle,
    float $sweep,
    float $negative
)

Shall draw a bezier curve

参数

point

The point at which to begin mapping

radius

The radius of the curve

angle

The angle of the curve

sweep

The sweep of the curve

negative

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top