4
Reply

Unsafe code may only appear if compiling with /unsafe?

kennis_tw

kennis_tw

Jan 28 2005 9:00 AM
7.8k
public static bool Brighten(Bitmap b, int nBrightness) { //variables declarations unsafe //error line!! { ....using pointers } }

Answers (4)