Line

data class Line(val from: Point, val to: Point) : PathSegment(source)

Constructors

Link copied to clipboard
constructor(from: Point, to: Point)

Properties

Link copied to clipboard
open override val from: Point
Link copied to clipboard
open override val to: Point

Functions

Link copied to clipboard
open override fun drawTo(path: Path)