Polygon
class Polygon
Base class
Methods
__construct(array $points = array(array(0, 0), array(0, 0), array(0, 0)), int $borderSize = 1, Color|string|bool $borderColor = '#000000', Color|string|bool $fillColor = '#FFFFFF')
Creates a polygon.
int
getWidth()
No description
int
getHeight()
No description
array
getPoints()
No description
int
getBorderSize()
No description
getFillColor()
No description
getBorderColor()
No description
Details
at line line 53
__construct(array $points = array(array(0, 0), array(0, 0), array(0, 0)), int $borderSize = 1, Color|string|bool $borderColor = '#000000', Color|string|bool $fillColor = '#FFFFFF')
Creates a polygon.