Draw Path
(PHP 7, UI 0.9.9)
简介
A Draw Path guides a Draw Pen, telling the Pen where to draw on an Area.
类摘要
UI\Draw\Path
{
/* Constants */
/* Constructor */
/* 方法 */
public newFigureWithArc
( 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
Table of Contents
- 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