Definition at line 5 of file AbstractShape.php.
◆ applyToImage()
Intervention\Image\AbstractShape::applyToImage |
( |
Image |
$image, |
|
|
|
$posx = 0 , |
|
|
|
$posy = 0 |
|
) |
| |
|
abstract |
◆ background()
Intervention\Image\AbstractShape::background |
( |
|
$color | ) |
|
◆ border()
Intervention\Image\AbstractShape::border |
( |
|
$width, |
|
|
|
$color = null |
|
) |
| |
Set border width and color of current shape
- Parameters
-
integer | $width | |
string | $color | |
- Returns
- void
Definition at line 56 of file AbstractShape.php.
◆ hasBorder()
Intervention\Image\AbstractShape::hasBorder |
( |
| ) |
|
Determines if current shape has border
- Returns
- boolean
Definition at line 67 of file AbstractShape.php.
◆ $background
Intervention\Image\AbstractShape::$background |
◆ $border_color
Intervention\Image\AbstractShape::$border_color |
◆ $border_width
Intervention\Image\AbstractShape::$border_width = 0 |
The documentation for this class was generated from the following file: