size()

I would like to know how could I set the size to half of the displayWidth and half of the displayHeight before using processing 2.0 I would have written size(displayWidth / 2, displayHeight / 2) but now with processing 3.0 it does not work.

Excuse my english!

Answers

Sign In or Register to comment.