G
Guest
H
I'm writing a control which has a property called Picture of type Image. Once an image has been assigned to the property (no problems there) I need to split it up into a number of sub images e.g. cut it into 4 equal pieces, which is what I'm having problems with
I've been looking at the various System.Drawing... namespaces but haven't found anything that'll do this or, at least, if it's there I've missed it
Have I missed comething really obvious? How do I do this
Many thank
Ala
I'm writing a control which has a property called Picture of type Image. Once an image has been assigned to the property (no problems there) I need to split it up into a number of sub images e.g. cut it into 4 equal pieces, which is what I'm having problems with
I've been looking at the various System.Drawing... namespaces but haven't found anything that'll do this or, at least, if it's there I've missed it
Have I missed comething really obvious? How do I do this
Many thank
Ala