Drawing a Control into a Bitmap

J

Jose

Hi,

Can someone explain or demonstrate how I can draw a
particular control into a bitmap? In Java, it was a
matter of creating a Graphics object that was bound to am
image and then calling control.Paint(my_graphics_obj). I
am a little confused on how to do this in C# on CF.

J
 
J

Jose

Is there a way to grab the entire screen
programmatically? I know about all the screen capture
programs, but I would like to build that functionality
directly into my application.
 

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

Top