public bool isPointInStroke(SVGPoint point) => Method <bool>().Invoke(point);
public int getCharNumAtPosition(SVGPoint point) => Method <int>().Invoke(point);