PolygonPath

class PolygonPath(points: Pair<Float, Float>) : Path(source)

Constructors

Link copied to clipboard
constructor(vararg points: Pair<Float, Float>)

Functions

Link copied to clipboard
open override fun toPathStr(): String