PHP 8.1.28 Released!

UI\Draw\Path::bezierTo

(UI 0.9.9)

UI\Draw\Path::bezierToНарисовать кривую Безье

Описание

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

Нарисует кривую Безье

Список параметров

point

Точка начала отображения

radius

Радиус кривой

angle

Угол кривой

sweep

Размах кривой

negative

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top