Variables | |
| box1 = canvas.Draw[RBox](RPadPos(0.1, 0.1), RPadPos(0.3, 0.6)) | |
| box2 = canvas.Draw[RBox](RPadPos(0.4, 0.2), RPadPos(0.6, 0.7)) | |
| box3 = canvas.Draw[RBox](RPadPos(0.7, 0.4), RPadPos(0.9, 0.6)) | |
| box4 = canvas.Draw[RBox](RPadPos(0.7, 0.7), RPadPos(0.9, 0.9)) | |
| box5 = canvas.Draw[RBox](RPadPos(0.7, 0.1), RPadPos(0.9, 0.3)) | |
| canvas = RCanvas.Create("RBox drawing") | |
| color | |
| rx | |
| ry | |
| style | |
| width | |
| rbox.canvas = RCanvas.Create("RBox drawing") |