L
Lloyd Dupont
if I call myBitmap.SetPixel(x, y)
where x, y is outside bitmap boundary, there is
- no exception is thrown
- the application crash
I guess it's not an acceptable behavior for a .NET CF method....
where x, y is outside bitmap boundary, there is
- no exception is thrown
- the application crash
I guess it's not an acceptable behavior for a .NET CF method....