Skip to content
Fery Wardiyanto edited this page Feb 10, 2015 · 1 revision

Link

Link(<b>float</b> x, <b>float</b> y, <b>float</b> w, <b>float</b> h, <b>mixed</b> link)

Description

Puts a link on a rectangular area of the page. Text or image links are generally put via Cell(), Write() or Image(), but this method can be useful for instance to define a clickable area inside an image.

Parameters

`x`
Abscissa of the upper-left corner of the rectangle.
`y`
Ordinate of the upper-left corner of the rectangle.
`w`
Width of the rectangle.
`h`
Height of the rectangle.
`link`
URL or identifier returned by AddLink().
## See also AddLink(), Cell(), Write(), Image().
Clone this wiki locally