Unsafe code may only appear if compiling with /unsafe?

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

Answers (4)