creating bitmap

  • Thread starter Thread starter brenny
  • Start date Start date
B

brenny

Hello

I want to create an image as manual.In the image object there will be
rectangle,circle and text.
These shapes and text will be drawn with codes manually.Finally I get an
Image object has rectangele,circle and text.Rectangle,circle and text's
location and size are not important.

How can I accomplish this?

Thanks for helps
 
Hi Brenny,

This looks a bit like homework, but to start, take a look at the Bitmap class and Graphics.FromImage. You can draw with this graphics object like you would to the screen.
 
Back
Top