GDI+ and the Rectangle

  • Thread starter Thread starter RicercatoreSbadato
  • Start date Start date
Assuming you have a bitmap, you have to create a graphic object from this
bitmap using :

Graphics g = Graphics.FromImage(bitmap)
 
Back
Top