[Gambas-user] Easy way to create simple graphics
Hartmut Wagener
hartmut.w.wagener at t-online.de
Mon Aug 14 21:03:34 CEST 2023
Hi,
i am trying to get some easy graphics running.
I want to create a program with a rectangualar area that i can use for
the output of a graph.
I have tried with
public hpictre as picture
hpicture=new picture(w,h,false)
paint.begin(hpicture)
.
.
.
paint.end
But i need a way to put this on a drawing-area, scroll-are or whatever.
This worked somewhen this way
Searching for help brings up tons of info about the old way to do
drawing before Version3.
Where can i find a good explanation on how to do some drawing/painting?
Thanks
More information about the User
mailing list