TCPDF::Arrow( $x0, $y0, $x1, $y1, $head_style, $arm_size = 5, $arm_angle = 15 )
Draws a grahic arrow.
Description Description
Parameters Parameters
- $x0
-
(Required) (float) Abscissa of first point.
- $y0
-
(Required) (float) Ordinate of first point.
- $x1
-
(Required) (float) Abscissa of second point.
- $y1
-
(Required) (float) Ordinate of second point.
- $head_style
-
(Required) (int) (0 = draw only arrowhead arms, 1 = draw closed arrowhead, but no fill, 2 = closed and filled arrowhead, 3 = filled arrowhead)
- $arm_size
-
(Optional) (float) length of arrowhead arms
Default value: 5
- $arm_angle
-
(Optional) (int) angle between an arm and the shaft
Default value: 15
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
4.6.018 | Introduced. |