Global Function
Declaration
func strokeEnable()
Parameters
| none |
Returns
-
Description
Enable stroke for drawing shapes. The stroke color will be whatever had been the most recent stroke color value. NOTE: Using any strokeColor() method to set a stroke color value will also enable stroke for shapes - therefore it is not necessary to call strokeEnable after using strokeColor.
Examples
strokeEnable()Related
strokeColor()
strokeDisable()
fillColor()
fillDisable()
background()