public void UpdateWithRuler() { var ruledData = Ruler.ApplyRuler(BaseShape.ControlPoints); BaseShape.UpdateWithControlPoints(ruledData); }