Prev: CDialogBar in a regular mfc DLL
Next: CSocket
From: lel on 13 Dec 2005 15:35 hi, I am generating a Cimage object and I was wondering how can I draw text on it before saving it? thanks.
From: AliR on 13 Dec 2005 15:45 I am pretty sure it's like this :) (this same exact code is in the MFC Docs : CImage Overview) CImage Image; Image.Load(....); CDC *pDC = CDC.FromHandle(Image.GetDC()); pDC->DrawText(...); Image.ReleaseDC(); AliR. "lel" <karim_saidi(a)hotmail.com> wrote in message news:1134506134.773024.97920(a)g14g2000cwa.googlegroups.com... > hi, > I am generating a Cimage object and I was wondering how can I draw > text on it before saving it? > thanks. >
From: lel on 14 Dec 2005 09:20 I will try this, Thanks.
|
Pages: 1 Prev: CDialogBar in a regular mfc DLL Next: CSocket |