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
目次
- 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