Pen::setSize()
Set the size of the pen
Examples
Syntax
Java
.setSize(size)
Scratch
set pen size to (size)
Parameters
| Name | Data Type | Description |
|---|---|---|
| size | double | size of the pen |
Return
void
Set the size of the pen
.setSize(size)
set pen size to (size)
| Name | Data Type | Description |
|---|---|---|
| size | double | size of the pen |
void