PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Please help - not supported in the cf2?
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Please help - not supported in the cf2?
![]() |
Please help - not supported in the cf2? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
hi...how can I do the following in cf2:
myGraphics = pictureBox1.CreateGraphics() thanks....juvi |
|
|
|
#2 |
|
Guest
Posts: n/a
|
http://www.opennetcf.org/Library/Op...xExMembers.html juvi wrote: > hi...how can I do the following in cf2: > > myGraphics = pictureBox1.CreateGraphics() > > thanks....juvi |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

