U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Drawing / Refresh problem/questions
Re: Drawing / Refresh problem/questions [message #36365 is a reply to message #36326] Wed, 23 May 2012 00:01 Go to previous messageGo to previous message
Didier is currently offline  Didier
Messages: 740
Registered: November 2008
Location: France
Contributor
OK thanks.

What difference do you make between ImageDraw and ImageBuffer ???
Is one Draw flavor and the other one Painter flavor ?

They work pretty much the same way:
ImageBuffer ib(size);
BufferPainter bp(ib, mode);
Paint(bp, scale);

or
ImageDraw ib(size);
Paint(ib, scale);
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: new: CRC handling class
Next Topic: U++ on Code::Blocks (MinGW)
Goto Forum:
  


Current Time: Tue Jul 21 18:01:00 GMT+2 2026

Total time taken to generate the page: 0.00603 seconds