Line

class Line(val capLen: Double? = null, val filled: Boolean = false) : ArrowCap.BaseStrokedCap

Constructors

Link copied to clipboard
constructor(capLen: Double? = null, filled: Boolean = false)

Properties

Link copied to clipboard
val capLen: Double? = null
Link copied to clipboard
Link copied to clipboard
open override val filled: Boolean = false

Functions

Link copied to clipboard
open override fun VectorBuilder.append(p0: Point, p: Point, width: Double)