DrawLine Statement:
Draw line
Object.DrawLine
x1, y1, x2, y2
|
Parametrs:
x1,y1- start of line coordinates
x2,y2- end of line coordinates
|
Sample: object.DrawLine
50, 50, 100, 100
This method draws a Line. Before calling DrawLine method you may define line
color and thickness with SetColor and SetLineWidth.methods.
See also
DrawLine,SetColor,
SetLineWidth
More samples:
|