Draw Path ¶
(UI 0.9.9)
Introducere ¶
A Draw Path guides a Draw Pen, telling the Pen where to draw on an Area.
Sinopsisul clasei ¶
UI\Draw\Path
{
public __construct
([
int $mode
= UI\Draw\Path::Winding
] )
public arcTo
(
UI\Point $point
,
float $radius
,
float $angle
,
float $sweep
,
float $negative
)
public bezierTo
(
UI\Point $point
,
float $radius
,
float $angle
,
float $sweep
,
float $negative
)
public lineTo
(
UI\Point $point
,
float $radius
,
float $angle
,
float $sweep
,
float $negative
)
}
Constante predefinite ¶
UI\Draw\Path::Winding
-
This is the default draw path mode
UI\Draw\Path::Alternate
-
This is the alternate draw path mode
Cuprins ¶
There are no user contributed notes for this page.