addMany

fun addMany(xs: FloatArray, ys: FloatArray, size: Int): Polygon

Add a series point to the ui element

xs and ys must be the same length. Each associated index xs(i), xy(i) represents a point to add

Return

this

Parameters

xs

series of x pixel coordinates

ys

series of y pixel coordinates

size

number of points to use