April 14, 20169 yr Is there API function to make screenshot? Or any code snippet that does this functionality? Thanks, darkxor.
April 14, 20169 yr If you want paint etc. on the image, pass the image graphics thru your onPaint method once
April 16, 20169 yr If you want paint etc. on the image, pass the image graphics thru your onPaint method onceCan you explain?
April 16, 20169 yr Can you explain? 1. Grab the canvas buffered image (Available in ColorPicker and WrappedCanvas) 2. Create a Graphics object from the buffered image 3. Pass the graphics object to the onPaint method of your script 4. Save the image Something like that
April 16, 20169 yr 1. Grab the canvas buffered image (Available in ColorPicker and WrappedCanvas) 2. Create a Graphics object from the buffered image 3. Pass the graphics object to the onPaint method of your script 4. Save the image Something like that Thank you very much for the explanation!
Create an account or sign in to comment