Guest User

Untitled

a guest
Jul 10th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public System.Drawing.Image GetIndexImage()
  2. {
  3.  
  4. string imagurl = "/Images/ICPosternew1002.png";
  5.  
  6. Bitmap bitmap = new Bitmap(imagurl);
  7.  
  8.  
  9.  
  10. return bitmap;
  11.  
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment