drawLandmark
fun Canvas.drawLandmark(landmark: Landmark, paint: Paint, radius: Float, bounds: PreviewImageBounds = bounds())
Content copied to clipboard
Draw a given landmark on the Canvas using paint and radius.
If the preview image coordinates do not match the Canvas coordinates, bounds of the image preview should be provided.