1Image.dashedLine(3kaya) Kaya module reference Image.dashedLine(3kaya)
2
3
4
6 Image::dashedLine - Draw a dashed line.
7
9 Void dashedLine( Image img, Int x1, Int y1, Int x2, Int y2, Colour col
10 )
11
13 img The image
14
15 x1 X coordinate of first endpoint
16
17 y1 Y coordinate of first endpoint
18
19 x2 X coordinate of second endpoint
20
21 y2 Y coordinate of second endpoint
22
23 col Colour of the line
24
26 Draws a dashed line on the image from ( x1 , y1 ) to ( x2 , y2 ).
27
29 Kaya standard library by Edwin Brady, Chris Morris and others
30 (kaya@kayalang.org). For further information see http://kayalang.org/
31
33 The Kaya standard library is free software; you can redistribute it
34 and/or modify it under the terms of the GNU Lesser General Public
35 License (version 2.1 or any later version) as published by the Free
36 Software Foundation.
37
39 Image.line (3kaya)
40 Image.rectangle (3kaya)
41
42
43
44Kaya December 2010 Image.dashedLine(3kaya)