PHP 8.4.0 RC4 available for testing

UI\Draw\Path::bezierTo

(UI 0.9.9)

UI\Draw\Path::bezierToDesenha um curva de Bézier

Descrição

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

Desenha um curva de Bézier.

Parâmetros

point

O ponto onde o mapeamento inicia.

radius

O raio da curva.

angle

O ângulo da curva.

sweep

A varredura da curva.

negative

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top