Copy a screen area

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How I can copy an screen area (in C# Pocket PC) in order to modify and then
to restore de original content ?

Thanks in advance.
 
Hi,

navicom said:
How I can copy an screen area (in C# Pocket PC) in order to modify and
then
to restore de original content ?

IIRC there is a method for capturing a screenshot in the opennetcf library,
you should check it.

I do not understand what you mean with modify and restore the original
content.

cheers,
 
Hi,

Also you should take this kind of questions (platform instead of language)
to the compactframework NG, you will get a better answer there
 
Thank you, Ignacio (my name is Ignacio too).

Well, I'm new in the .Net environment. I used to program in Evc++ for the
pocket PC, and I'm trying to learn about GDI+. What I'm trying to do is to
draw a shape in the Form, and after taht, to restore the original content of
a region where I'd drawn the new shape.

Ok, I'll give this question to the compactframework NG.

Thanks again.
 
Hi tocayo :)


navicom said:
Thank you, Ignacio (my name is Ignacio too).

Well, I'm new in the .Net environment. I used to program in Evc++ for the
pocket PC, and I'm trying to learn about GDI+. What I'm trying to do is to
draw a shape in the Form, and after taht, to restore the original content
of
a region where I'd drawn the new shape.

Take a look at bob powell site, it's devoted to GDI+ , also note that in the
CF you have a VERY reduced set of features so you cannot do "Everything".


Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top