Draw Path
(UI 0.9.9)
簡介
A Draw Path guides a Draw Pen, telling the Pen where to draw on an Area.
類摘要
class UI\Draw\Path
{
/* Constants */
/* Constructor */
/* 方法 */
public closeFigure()
public end()
public newFigureWithArc(
UI\Point
float
float
float
float
)
}UI\Point
$point
,float
$radius
,float
$angle
,float
$sweep
,float
$negative
)
預定義常量
UI\Draw\Path::Winding
-
This is the default draw path mode
UI\Draw\Path::Alternate
-
This is the alternate draw path mode
目錄
- UI\Draw\Path::addRectangle — Draw a Rectangle
- UI\Draw\Path::arcTo — Draw an Arc
- UI\Draw\Path::bezierTo — Draw Bezier Curve
- UI\Draw\Path::closeFigure — Close Figure
- UI\Draw\Path::__construct — Construct a new Path
- UI\Draw\Path::end — Finalize Path
- UI\Draw\Path::lineTo — Draw a Line
- UI\Draw\Path::newFigure — Draw Figure
- UI\Draw\Path::newFigureWithArc — Draw Figure with Arc