Stroke

data class Stroke(val strokeWidth: Float = 4.0f) : PointType

A stroke point type with a specified stroke width.

Parameters

strokeWidth

The stroke width for the point.

Constructors

Link copied to clipboard
constructor(strokeWidth: Float = 4.0f)

Properties

Link copied to clipboard
val strokeWidth: Float = 4.0f