roundCorners

open fun roundCorners(corners: List<Int>, radius: Double): Polygon

Similar to roundCorner, but rounds any number of corners.


open fun roundCorners(corners: List<Int>, radius: Double, sides: Int): Polygon