static public int SetEndToCurrentValue(IntPtr l)
 {
     try {
         TweenOrthoSize self = (TweenOrthoSize)checkSelf(l);
         self.SetEndToCurrentValue();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }