Draw Path
(UI 0.9.9)
Introduction
A Draw Path guides a Draw Pen, telling the Pen where to draw on an Area.
Class synopsis
UI\Point
$point
,float
$radius
,float
$angle
,float
$sweep
,float
$negative
)
Predefined Constants
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