Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 736
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: Sun Aug 24 09:45:20 CEST 2025

Total time taken to generate the page: 0.04516 seconds