Dutch PHP Conference 2025 - Call For Papers

UI\Draw\Path::arcTo

(UI 0.9.9)

UI\Draw\Path::arcToDesenha um arco

Descrição

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

Mapeia o caminho para um arco.

Parâmetros

point

O ponto para iniciar o mapeamento.

radius

O raio do arco.

angle

O ângulo do arco.

sweep

A varredura do arco.

negative

Valor Retornado

add a note

User Contributed Notes

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