Slide 54
Slide 54 text
Draw graphics on face
for (i in 0 until faceArray.size()) {
val face = faceArray.valueAt(i)
...
val bound = RectF(left, top, right,
a bottom)
canvas.drawRoundRect(bound,
c cornerRadius, cornerRadius, paint)
}
https://pixabay.com/en/woman-stylish-fashion-view-101542/