The function sets the Pen Size to the given number. The pen draws a trail of circles. The diameter of the circle, in pixels, is equal to the pen size.
Table of Contents
setsize()
Function Definition: setsize(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.