PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Please help - not supported in the cf2?

Reply

Please help - not supported in the cf2?

 
Thread Tools Rate Thread
Old 08-03-2006, 07:58 PM   #1
=?Utf-8?B?anV2aQ==?=
Guest
 
Posts: n/a
Default Please help - not supported in the cf2?


hi...how can I do the following in cf2:

myGraphics = pictureBox1.CreateGraphics()

thanks....juvi
  Reply With Quote
Old 08-03-2006, 09:19 PM   #2
Brian Nantz
Guest
 
Posts: n/a
Default Re: Please help - not supported in the cf2?


http://www.opennetcf.org/Library/Op...xExMembers.html


juvi wrote:

> hi...how can I do the following in cf2:
>
> myGraphics = pictureBox1.CreateGraphics()
>
> thanks....juvi

  Reply With Quote
Old 09-03-2006, 09:17 AM   #3
Sergey Bogdanov
Guest
 
Posts: n/a
Default Re: Please help - not supported in the cf2?

You should better use:

myGraphics = Graphics.FromImage(pictureBox1.Image)


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


juvi wrote:
> hi...how can I do the following in cf2:
>
> myGraphics = pictureBox1.CreateGraphics()
>
> thanks....juvi

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off