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


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.018 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.