Re: Drawing Text on Image object with GDI+
- From: marcusadeleon@xxxxxxxxx
- Date: Thu, 6 Mar 2008 04:58:28 -0800 (PST)
On 5 Mar, 23:59, "Mark Salsbery [MVP]"
<MarkSalsbery[MVP]@newsgroup.nospam> wrote:
<marcusadel...@xxxxxxxxx> wrote in message
news:b8251c3e-6284-4303-aabc-2f45e18bbef6@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
How do I Draw Text on Image object with GDI+?
1) Use the Graphics constructor that takes an Image* as a param (or use
Graphics::FromImage()) to create a Graphics object.
2) Draw on that Graphics object
Mark
--
Mark Salsbery
Microsoft MVP - Visual C++
Thanks,
Marcus- Hide quoted text -
- Show quoted text -
Yes, that's what I did, but when I saved the bitmap to the hard drive
there is no text. Is there anything else I have to do to save the
image after I draw on it and keep it?
.
- Follow-Ups:
- Re: Drawing Text on Image object with GDI+
- From: Mark Salsbery [MVP]
- Re: Drawing Text on Image object with GDI+
- References:
- Drawing Text on Image object with GDI+
- From: marcusadeleon
- Drawing Text on Image object with GDI+
- Prev by Date: Re: how GDI+ process parameters of REAL type
- Next by Date: Re: Drawing Text on Image object with GDI+
- Previous by thread: Drawing Text on Image object with GDI+
- Next by thread: Re: Drawing Text on Image object with GDI+
- Index(es):
Relevant Pages
|