Lines Matching refs:pensize
123 | :func:`pensize` | :func:`width`
479 not given, the maximum of pensize+4 and 2*pensize is used.
764 .. function:: pensize(width=None)
771 thickness. If no argument is given, the current pensize is returned.
775 >>> turtle.pensize()
777 >>> turtle.pensize(10) # from here on lines of width 10 are drawn
792 * "pensize": positive number
807 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
810 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize'),
817 ('pendown', False), ('pensize', 10), ('resizemode', 'noresize'),
822 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize'),
1129 - "auto": adapts the appearance of the turtle corresponding to the value of pensize.