( begin auto-generated from shapeMode.xml ) Modifies the location from which shapes draw. The default mode is shapeMode(CORNER) , which specifies the location to be the upper left corner of the shape and uses the third and fourth parameters of shape() to specify the width and height. T
(int mode)
| 3978 | * @see PGraphics#rectMode(int) |
| 3979 | */ |
| 3980 | public void shapeMode(int mode) { |
| 3981 | this.shapeMode = mode; |
| 3982 | } |
| 3983 | |
| 3984 | |
| 3985 | public void shape(PShape shape) { |