[Gambas-user] Two extended paint devices at the same time ?

2009-05-24 Thread Andreas Müller
Hello, I have an application wich generates plotting points (x,y) which are drawn by a draw.line(x1,y,1,x2,y2) command into some drawing area 'DA'. Draw.Begin(DA) Draw.ForeColor = Color.Black Draw.LineStyle = Line.Solid Draw.LineWidth = 1 (..

Re: [Gambas-user] Two extended paint devices at the same time ?

2009-05-24 Thread Werner
Andreas Müller wrote: Hello, I have an application wich generates plotting points (x,y) which are drawn by a draw.line(x1,y,1,x2,y2) command into some drawing area 'DA'. Draw.Begin(DA) Draw.ForeColor = Color.Black Draw.LineStyle = Line.Solid Draw.LineWidth