Drawing a Control into a Bitmap

  • Thread starter Thread starter Jose
  • Start date Start date
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
 
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.
 
Back
Top