Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Img_Cpy = Img_Org.Copy();
  2. Img_Cpy.ConvertToGreyscale();
  3. wxBitmap bitmap(Img_Cpy);
  4. wxClientDC dc(WxScrolledWindow1);
  5. WxScrolledWindow1->DoPrepareDC(dc);
  6. dc.DrawBitmap(bitmap, 0, 0, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement