Why does this assignment cause an error:
java.lang.RuntimeException: Object should first be initialized (B4XBitmap).
even though Crop returns an object of type B4XBitmap?
And how to get around this problem?
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			java.lang.RuntimeException: Object should first be initialized (B4XBitmap).
even though Crop returns an object of type B4XBitmap?
And how to get around this problem?
			
				B4X:
			
		
		
		Dim xBmp As B4XBitmap = B4XImageView1.Bitmap.Crop(Left, Top, Width, Height)