4
Answers

Unsafe code may only appear if compiling with /unsafe?

kennis_tw

kennis_tw

19y
7.8k
1
public static bool Brighten(Bitmap b, int nBrightness) { //variables declarations unsafe //error line!! { ....using pointers } }
Answers (4)