drawPoint

fun drawPoint(context: DrawContext, x: Float, y: Float)

Draws a point at the given x and y coordinates, using the provided context.

See also