public void AddTargetRect(Rect v, HelpOverlay.OverlayShape shape, string text, GravityFlags position) { points.Add(new config() { rec = v, shape = shape, text = text, position = position }); PostInvalidate(); }
public void AddTargetView(View v, HelpOverlay.OverlayShape shape) { points.Add(new config() { view = v, shape = shape }); PostInvalidate(); }