@Erel, this is a B4J question, I should have posted in the B4J forum.
Please move it accordingly...
----------------------------------------------------------------------------
Is there a Canvas (or Image) "PutPixel" method (using reflection)?
My current workaround is:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
I would like to:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			Please move it accordingly...
----------------------------------------------------------------------------
Is there a Canvas (or Image) "PutPixel" method (using reflection)?
My current workaround is:
			
				B4X:
			
		
		
		'in B4J
myCanvas.DrawRect(x, y, 1, 1, color, filled, 0)
	I would like to:
			
				B4X:
			
		
		
		myCanvas.PutPixel(x, y, color)
'- or -
myImage.PutPixel(x, y, color)
	
			
				Last edited: