The function changes the pen size by the specified amount.
Table of Contents
changesize()
Function Definition: changesize(size = 1)
- Python Library: Pen
- Library Import: pen = Pen()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
size | int | The size of the pen | Integer | 1 |
Description
Example
There are no examples documented for this article.