( begin auto-generated from PGraphics_beginDraw.xml ) Sets the default properties for a PGraphics object. It should be called before anything is drawn into the object. ( end auto-generated ) Advanced When creating your own PGraphics, you should call this before drawing anything. @webref
()
| 900 | * @brief Sets the default properties for a PGraphics object |
| 901 | */ |
| 902 | public void beginDraw() { // ignore |
| 903 | } |
| 904 | |
| 905 | |
| 906 | /** |
no outgoing calls
no test coverage detected