[Gambas-user] DrawingArea

Benoît Minisini gambas at ...1...
Wed Jul 29 00:05:59 CEST 2009


> How do I draw a circle (any size, I will modify it) in a drawing area?

in the DrawingArea Draw event handler:

Draw.Circle(XCenter, YCenter, Radius)

Regards,

-- 
Benoît




More information about the User mailing list