[Gambas-user] painting graph to image continuously

Fabien Bodard gambas.fr at ...626...
Wed Dec 15 18:57:16 CET 2010


Le 15 décembre 2010 16:56, Benoît Minisini
<gambas at ...1...> a écrit :
>>
>> thanks :)   but ...    Image , "Not a drawable Object"
>>
>> If t > myImage1.W Then
>> myImage1.Resize(myImage1.w + 1, myImage1.H)
>>
>> Draw.Begin(myImage1)           <---  Image , "Not a drawable Object"
>>    Draw.FillRect(myImage1.W - 1, 0, 1, myImage1.H, Color.RGB(255, 255,
>> 223)) Draw.End
>>
>
> Yes, I forgot that only Paint can be used on images... So you have to use
> Paint!
>
> --
> Benoît Minisini
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

or a drawing area ...

-- 
Fabien Bodard




More information about the User mailing list