smile.pictures.StrokeStyle
See theStrokeStyle companion object
Encapsulates the style attributes for stroking operations, including color, line width, and line cap and join styles.
Value parameters
- cap
-
The cap style of the stroke. Defaults to Square.
- join
-
The join style of the stroke. Defaults to Miter.
- paint
-
The paint (single color or gradient) used for the stroke.
- width
-
The width of the stroke. Defaults to 1.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article