Line Point
data class LinePoint(x: Double?, y: Double?, stroke: ColorOrGradient?, strokeLine: DoubleArray?, strokeWidth: Double?)
Content copied to clipboard
(INTERNAL) Use this to store every properties of a line point, in order to draw a path.
Constructors
Properties
strokeLine
Link copied to clipboard
Line dash from this point to the next (null for solid line).
strokeWidth
Link copied to clipboard
Stroke thickness for this point to the next (may be null).