Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
I was wondering how I could load a Bitmap and get sections of it, for example EverybodyEdits blocks. So if I used the ID 9 i would get basic grey, and such.
Offline
A quick google returns this stackoverflow question
Basically, Graphics has a DrawImage function. You take your destination image and copy from a source region. In this way, you could also resize the images... 16x16 could be 32x16 if you really wanted to stretch.
Offline
[ Started around 1732458594.5795 - Generated in 0.049 seconds, 12 queries executed - Memory usage: 1.38 MiB (Peak: 1.48 MiB) ]