CakeFest 2024: The Official CakePHP Conference

UI\Draw\Path::arcTo

(UI 0.9.9)

UI\Draw\Path::arcToDraw an Arc

说明

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

Shall map the path for an arc

参数

point

The point to begin mapping

radius

The radius of the arc

angle

The angle of the arc

sweep

The sweep of the arc

negative

返回值

add a note

User Contributed Notes

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