onDrawOver

open fun onDrawOver(@NonNull canvas: Canvas, @NonNull parent: PropertyInspector)

Draw any appropriate decorations into the Canvas supplied to the PropertyInspector. This method will draw over already drawn inspector views.

Parameters

canvas

Canvas to draw into

parent

PropertyInspector we are drawing onto.