SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- PictureBox1.Picture = Picture.Load(FileChooser1.SelectedPath)
- PictureBox2.Picture = NULL
- PictureBox2.Picture = NEW Picture(64, 64, TRUE)
- Draw.Begin(PictureBox2.Picture)
- Draw.Image(PictureBox1.Picture.Image, 0, 0, 256, 256, 0, 0, 256, 256)
- Draw.End()
- PictureBox1.Refresh
- PictureBox2.Refresh
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.