Click here to get back home

How to draw text on Image?

 HomeNewsGroups | Search | About
 microsoft.public.smartphone.developer    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
How to draw text on Image? Lokesh Sharma 11-16-2007
Get Chitika Premium
Posted by Lokesh Sharma on November 16, 2007, 9:15 am
Please log in for more thread options
I am using Smartphone 5.0 SDK and i want to draw text on image. How can I do
it?



Posted by =?iso-8859-2?B?VG9tYXN6IE1hY2m on November 18, 2007, 2:26 pm
Please log in for more thread options
:

> I am using Smartphone 5.0 SDK and i want to draw text on image. How ca=
n =

> I do it?

If you are using C#, try this:

using (Graphics g =3D CreateGraphics())
{
g.DrawString("My string", new Font("Arial", 12f, FontStyle.Bold), new =
=

SolidBrush(Color.Green), 0, 0);
}



-- =

T.M.

Posted by Lokesh Sharma on November 19, 2007, 12:39 am
Please log in for more thread options
I tried this earlier but the text is not visible then.
Anyhow i got the solution. I have to draw the image and text both using GDI.
But it needs a lot of changes in the existing code.

Will you please suggest me any other way?


> I am using Smartphone 5.0 SDK and i want to draw text on image. How can I
> do it?

If you are using C#, try this:

using (Graphics g = CreateGraphics())
{
g.DrawString("My string", new Font("Arial", 12f, FontStyle.Bold), new
SolidBrush(Color.Green), 0, 0);
}



--
T.M.



Similar ThreadsPosted
image on the right side in owner draw list view August 10, 2005, 5:14 am
Be able to display image and text in one control March 27, 2008, 7:04 am
draw background bitmap July 17, 2005, 10:36 pm
direct draw error September 7, 2006, 2:33 am
Owner Draw List view September 2, 2005, 6:33 am
Owner Draw Menu does not show up! September 26, 2006, 7:26 pm
Setting the color key in direct draw July 13, 2007, 5:24 pm
display the icons in an owner draw list view control September 1, 2005, 5:10 am
help me ! want to display PNG image December 19, 2005, 6:33 am
image processing app January 25, 2006, 2:43 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap