trusty (3) Image.dashedLine.3kaya.gz

Provided by: kaya_0.4.4-6ubuntu3_amd64 bug

NAME

       Image::dashedLine - Draw a dashed line.

SYNOPSIS

       Void dashedLine( Image img, Int x1, Int y1, Int x2, Int y2, Colour col )

ARGUMENTS

       img The image

       x1 X coordinate of first endpoint

       y1 Y coordinate of first endpoint

       x2 X coordinate of second endpoint

       y2 Y coordinate of second endpoint

       col Colour of the line

DESCRIPTION

       Draws a dashed line on the image from ( x1 , y1 ) to ( x2 , y2 ).

AUTHORS

       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and  others  (kaya@kayalang.org).  For further
       information see http://kayalang.org/

LICENSE

       The Kaya standard library is free software; you can redistribute it and/or modify it under the  terms  of
       the  GNU  Lesser  General  Public  License  (version  2.1  or any later version) as published by the Free
       Software Foundation.

       Image.line (3kaya)
       Image.rectangle (3kaya)