Concept Framework 1.0 documentation Contents | Index

Canvas.Line

Name Type Access Version Deprecated
Line function public version 1.0 no

Prototype:
public function Line(x1,y1,x2,y2);

Parameters:
x1      the x1 coordinate of the line
y1      the y1 coordinate of the line
x2      the x2 coordinate of the line
y2      the y2 coordinate of the line

Description:
Draws a line from (x1, y1) to (x2, y2).

Returns:
Returns null.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:00 2009 GMT(c)2009 RadGs Software