private void cleanPictureBitmap() { if (pictureBitmap != null) { pictureBitmap.Dispose(); pictureBitmap = null; } }