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 » Community » Newbie corner » ArrayCtrl & pictures
Re: ArrayCtrl & pictures [message #43190 is a reply to message #43185] Mon, 02 June 2014 09:28 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
w.DrawImage(5,5,32,32,StreamRaster::LoadFileAny(GetExeDirFile(q.ToString())));


Rect r says where the cell is placed. Use

w.DrawImage(r.left + 5, r.top + 5,32,32,StreamRaster::LoadFileAny(GetExeDirFile(q.ToString())));

 
Read Message icon9.gif
Read Message
Read Message
Previous Topic: Painter: writes to free blocks detected
Next Topic: Drawine with Antyalyiasing
Goto Forum:
  


Current Time: Thu May 23 15:10:21 CEST 2024

Total time taken to generate the page: 0.01744 seconds