BeforeDraw

public interface BeforeDraw

Interface to call before drawing the circle and arc.

Functions

Link copied to clipboard
public abstract Unit beforeArc(Control control)

Called before drawing the arc.

Link copied to clipboard
public abstract Unit beforeCircle(Control control)

Called before drawing the circle.